#02E906

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

Shades of Free Speech Green #02E906

Tints of Free Speech Green #02E906

Color information

#02E906 (or 0x02E906) is unknown color: approx Free Speech Green. HEX triplet: 02, E9 and 06. RGB value is (2,233,6). Sum of RGB (Red+Green+Blue) = 2+233+6=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 233 (91.41% from 255 or 96.68% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 233 - color contains mainly: green. Hex color #02E906 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02E906 is #FD16F9. Grayscale: #8A8A8A. Windows color (decimal): -16586490 or 452866. OLE color: 452866.

HSL color Cylindrical-coordinate representation of color #02E906: hue angle of 121.04º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E906 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB22336-
CMYK0.9900.970.09
HSL121.04º98.3%46.08%-
HSV(B)121.04º99.14%91.37%-
XYZ29.258.39.89-
YUV138.0553.4730.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.83%
GREEN value IS 233 (91.41% from 255) = 96.68%
BLUE value IS 6 (2.73% from 255) = 2.49%
R=0.83%
G=96.68%
B=2.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal223360.9900.970.09121.0498.346.08
Hex2E9663061979622e
Octal2351614301411117114256
Binary1011101001110110001101100001100111110011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02E906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,233,6); }

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

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

 a { background-color: rgb(2,233,6); }

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

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

 span { border-color: rgb(2,233,6); }

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