Html Css Color HEX #06E002 Free Speech Green

📋 copy color: '#06E002'

red 6 ◦ green 224 ◦ blue 2

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

Shades of Free Speech Green #06E002

Tints of Free Speech Green #06E002

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

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

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

Color convert

RGB 6 224 2 -
CMYK 0.97 0 0.99 0.12
HSL 118.92º 0.98% 0.44% -
HSV(B) 118.92º 0.99% 0.88% -
XYZ 26.74 53.35 8.95 -
YUV 133.51 53.78 37.05 -
System Red Green Blue C M Y K H S L
Decimal 6 224 2 0.97 0 0.99 0.12 118.92 0.98 0.44
Hex 6 E0 2 61 0 63 C 77 62 2C
Octal 6 340 2 141 0 143 14 167 142 54
Binary 110 11100000 10 1100001 0 1100011 1100 1110111 1100010 101100

Color Harmonies of #06E002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E002

Black with #06E002

Text Example


Text Example

White with #06E002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06E002; }

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

 H1.HeaderClassName
 {
   color: #06E002;
 }
 .AnyTagClassName
 {
   color: #06E002;
 }
</style>

background-color css

<style>
 a { background-color: #06E002; }

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

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

border-color css

<style>
 span { border-color: #06E002; }

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

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