#02E211

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

Shades of Free Speech Green #02E211

Tints of Free Speech Green #02E211

Color information

#02E211 (or 0x02E211) is unknown color: approx Free Speech Green. HEX triplet: 02, E2 and 11. RGB value is (2,226,17). Sum of RGB (Red+Green+Blue) = 2+226+17=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 226 (88.67% from 255 or 92.24% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 226 - color contains mainly: green. Hex color #02E211 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02E211 is #FD1DEE. Grayscale: #878787. Windows color (decimal): -16588271 or 1171970. OLE color: 1171970.

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

Color convert

RGB222617-
CMYK0.9900.920.11
HSL124.02º98.25%44.71%-
HSV(B)124.02º99.12%88.63%-
XYZ27.3254.459.6-
YUV135.261.2932.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 226 (88.67% from 255) = 92.24%
BLUE value IS 17 (7.03% from 255) = 6.94%
R=0.82%
G=92.24%
B=6.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2226170.9900.920.11124.0298.2544.71
Hex2E2116305CB7c622d
Octal23422114301341317414255
Binary101110001010001110001101011100101111111001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,226,17); }

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

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

 a { background-color: rgb(2,226,17); }

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

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

 span { border-color: rgb(2,226,17); }

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