#00fe2c

Color #00FE2C Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #00FE2C

Tints of Free Speech Green #00FE2C

Color information

#00FE2C (or 0x00FE2C) is unknown color: approx Free Speech Green. HEX triplet: 00, FE and 2C. RGB value is (0,254,44). Sum of RGB (Red+Green+Blue) = 0+254+44=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 254 (99.61% from 255 or 85.23% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 254 - color contains mainly: green. Hex color #00FE2C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FE2C is #FF01D3. Grayscale: #9A9A9A. Windows color (decimal): -16712148 or 2948608. OLE color: 2948608.

HSL color Cylindrical-coordinate representation of color #00FE2C: hue angle of 130.39º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FE2C is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.

Color convert

RGB025444-
CMYK100.830.00
HSL130.39º100%49.8%-
HSV(B)130.39º100%99.61%-
XYZ35.971.0714.21-
YUV154.1165.8518.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 254 (99.61% from 255) = 85.23%
BLUE value IS 44 (17.58% from 255) = 14.77%
R=0%
G=85.23%
B=14.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal025444100.830.00130.3910049.8
Hex0FE2C640530826432
Octal0376541440123020214462
Binary0111111101011001100100010100110100000101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00fe2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00fe2c; }

 p { color: rgb(0,254,44); }

 H1.HeaderClassName
 {
   color: #00fe2c;
 }
 .AnyTagClassName
 {
   color: #00fe2c;
 }
</style>
background-color css

<style>
 a { background-color: #00fe2c; }

 a { background-color: rgb(0,254,44); }

 div.DivClassName
 {
   background-color: #00fe2c;
 }
 .BgClassName
 {
   background-color: #00fe2c;
 }
</style>
border-color css

<style>
 span { border-color: #00fe2c; }

 span { border-color: rgb(0,254,44); }

 td.TdClassName
 {
   border-color: #00fe2c;
 }
 .TagClassName
 {
   border-color: #00fe2c;
 }
</style>