#02E01C

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

Shades of Free Speech Green #02E01C

Tints of Free Speech Green #02E01C

Color information

#02E01C (or 0x02E01C) is unknown color: approx Free Speech Green. HEX triplet: 02, E0 and 1C. RGB value is (2,224,28). Sum of RGB (Red+Green+Blue) = 2+224+28=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 224 (87.89% from 255 or 88.19% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 224 - color contains mainly: green. Hex color #02E01C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E01C is #FD1FE3. Grayscale: #878787. Windows color (decimal): -16588772 or 1892354. OLE color: 1892354.

HSL color Cylindrical-coordinate representation of color #02E01C: hue angle of 127.03º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E01C is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB222428-
CMYK0.9900.880.12
HSL127.03º98.23%44.31%-
HSV(B)127.03º99.11%87.84%-
XYZ26.8953.419.99-
YUV135.2867.4532.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 224 (87.89% from 255) = 88.19%
BLUE value IS 28 (11.33% from 255) = 11.02%
R=0.79%
G=88.19%
B=11.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2224280.9900.880.12127.0398.2344.31
Hex2E01C63058C7f622c
Octal23403414301301417714254
Binary101110000011100110001101011000110011111111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E01C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02E01C; }

 p { color: rgb(2,224,28); }

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

<style>
 a { background-color: #02E01C; }

 a { background-color: rgb(2,224,28); }

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

<style>
 span { border-color: #02E01C; }

 span { border-color: rgb(2,224,28); }

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