#02E11B

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

Shades of Free Speech Green #02E11B

Tints of Free Speech Green #02E11B

Color information

#02E11B (or 0x02E11B) is unknown color: approx Free Speech Green. HEX triplet: 02, E1 and 1B. RGB value is (2,225,27). Sum of RGB (Red+Green+Blue) = 2+225+27=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 225 (88.28% from 255 or 88.58% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 225 - color contains mainly: green. Hex color #02E11B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E11B is #FD1EE4. Grayscale: #888888. Windows color (decimal): -16588517 or 1827074. OLE color: 1827074.

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

Color convert

RGB222527-
CMYK0.9900.880.12
HSL126.73º98.24%44.51%-
HSV(B)126.73º99.11%88.24%-
XYZ27.1553.9410.02-
YUV135.7566.6232.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 225 (88.28% from 255) = 88.58%
BLUE value IS 27 (10.94% from 255) = 10.63%
R=0.79%
G=88.58%
B=10.63%

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
Decimal2225270.9900.880.12126.7398.2444.51
Hex2E11B63058C7f622d
Octal23413314301301417714255
Binary101110000111011110001101011000110011111111100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E11B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,225,27); }

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

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

 a { background-color: rgb(2,225,27); }

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

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

 span { border-color: rgb(2,225,27); }

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