Html Css Color HEX #02E006 Free Speech Green

📋 copy color: '#02E006'

red 2 ◦ green 224 ◦ blue 6

#02E006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #02E006

Tints of Free Speech Green #02E006

RGB

 RED value IS 2 (1.17% from 255) = 0.86%

 GREEN value IS 224 (87.89% from 255) = 96.55%

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 0.86%
G = 96.55%
B = 2.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#02E006 (or 0x02E006) is known color: Free Speech Green. HEX triplet: 02, E0 and 06. RGB value is (2,224,6). Sum of RGB (Red+Green+Blue) = 2+224+6=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 224 (87.89% from 255 or 96.55% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 224 - color contains mainly: green. Hex color #02E006 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02E006 is #FD1FF9. Grayscale: #858585. Windows color (decimal): -16588794 or 450562. OLE color: 450562.

HSL color Cylindrical-coordinate representation of color #02E006: hue angle of 121.08º 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 #02E006 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 2 224 6 -
CMYK 0.99 0 0.97 0.12
HSL 121.08º 0.98% 0.44% -
HSV(B) 121.08º 0.99% 0.88% -
XYZ 26.71 53.34 9.06 -
YUV 132.77 56.45 34.73 -
System Red Green Blue C M Y K H S L
Decimal 2 224 6 0.99 0 0.97 0.12 121.08 0.98 0.44
Hex 2 E0 6 63 0 61 C 79 62 2C
Octal 2 340 6 143 0 141 14 171 142 54
Binary 10 11100000 110 1100011 0 1100001 1100 1111001 1100010 101100

Color Harmonies of #02E006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E006

Black with #02E006

Text Example


Text Example

White with #02E006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02E006;
 }
 .AnyTagClassName
 {
   color: #02E006;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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