Html Css Color HEX #06E202 Free Speech Green

📋 copy color: '#06E202'

red 6 ◦ green 226 ◦ blue 2

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

Shades of Free Speech Green #06E202

Tints of Free Speech Green #06E202

RGB

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

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

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

R = 2.56%
G = 96.58%
B = 0.85%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#06E202 (or 0x06E202) is known color: Free Speech Green. HEX triplet: 06, E2 and 02. RGB value is (6,226,2). Sum of RGB (Red+Green+Blue) = 6+226+2=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 226 (88.67% from 255 or 96.58% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 226 - color contains mainly: green. Hex color #06E202 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06E202 is #F91DFD. Grayscale: #878787. Windows color (decimal): -16326142 or 188934. OLE color: 188934.

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

Color convert

RGB 6 226 2 -
CMYK 0.97 0 0.99 0.11
HSL 118.93º 0.98% 0.45% -
HSV(B) 118.93º 0.99% 0.89% -
XYZ 27.28 54.44 9.13 -
YUV 134.68 53.11 36.21 -
System Red Green Blue C M Y K H S L
Decimal 6 226 2 0.97 0 0.99 0.11 118.93 0.98 0.45
Hex 6 E2 2 61 0 63 B 77 62 2D
Octal 6 342 2 141 0 143 13 167 142 55
Binary 110 11100010 10 1100001 0 1100011 1011 1110111 1100010 101101

Color Harmonies of #06E202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E202

Black with #06E202

Text Example


Text Example

White with #06E202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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