Html Css Color HEX #06E200 Free Speech Green

📋 copy color: '#06E200'

red 6 ◦ green 226 ◦ blue 0

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

Shades of Free Speech Green #06E200

Tints of Free Speech Green #06E200

RGB

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

 GREEN value IS 226 (88.67% from 255) = 97.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 2.59%
G = 97.41%
B = 0%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#06E200 (or 0x06E200) is known color: Free Speech Green. HEX triplet: 06, E2 and 00. RGB value is (6,226,0). Sum of RGB (Red+Green+Blue) = 6+226+0=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 226 (88.67% from 255 or 97.41% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 226 - color contains mainly: green. Hex color #06E200 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06E200 is #F91DFF. Grayscale: #878787. Windows color (decimal): -16326144 or 57862. OLE color: 57862.

HSL color Cylindrical-coordinate representation of color #06E200: hue angle of 118.41º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06E200 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 6 226 0 -
CMYK 0.97 0 1 0.11
HSL 118.41º 1% 0.44% -
HSV(B) 118.41º 1% 0.89% -
XYZ 27.27 54.43 9.07 -
YUV 134.46 52.11 36.38 -
System Red Green Blue C M Y K H S L
Decimal 6 226 0 0.97 0 1 0.11 118.41 1 0.44
Hex 6 E2 0 61 0 64 B 76 64 2C
Octal 6 342 0 141 0 144 13 166 144 54
Binary 110 11100010 0 1100001 0 1100100 1011 1110110 1100100 101100

Color Harmonies of #06E200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E200

Black with #06E200

Text Example


Text Example

White with #06E200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,226,0); }

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

background-color css

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

 a { background-color: rgb(6,226,0); }

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

border-color css

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

 span { border-color: rgb(6,226,0); }

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