Html Css Color HEX #20C606 Lime Green

📋 copy color: '#20C606'

red 32 ◦ green 198 ◦ blue 6

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

Shades of Lime Green #20C606

Tints of Lime Green #20C606

RGB

 RED value IS 32 (12.89% from 255) = 13.56%

 GREEN value IS 198 (77.73% from 255) = 83.9%

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

R = 13.56%
G = 83.9%
B = 2.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#20C606 (or 0x20C606) is known color: Lime Green. HEX triplet: 20, C6 and 06. RGB value is (32,198,6). Sum of RGB (Red+Green+Blue) = 32+198+6=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 198 (77.73% from 255 or 83.90% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 198 - color contains mainly: green. Hex color #20C606 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C606 is #DF39F9. Grayscale: #7F7F7F. Windows color (decimal): -14629370 or 443936. OLE color: 443936.

HSL color Cylindrical-coordinate representation of color #20C606: hue angle of 111.88º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20C606 is Cyan = 0.84, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 198 6 -
CMYK 0.84 0 0.97 0.22
HSL 111.88º 0.94% 0.4% -
HSV(B) 111.88º 0.97% 0.78% -
XYZ 20.82 40.71 6.93 -
YUV 126.48 60 60.61 -
System Red Green Blue C M Y K H S L
Decimal 32 198 6 0.84 0 0.97 0.22 111.88 0.94 0.4
Hex 20 C6 6 54 0 61 16 70 5E 28
Octal 40 306 6 124 0 141 26 160 136 50
Binary 100000 11000110 110 1010100 0 1100001 10110 1110000 1011110 101000

Color Harmonies of #20C606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C606

Black with #20C606

Text Example


Text Example

White with #20C606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20C606; }

 p { color: rgb(32,198,6); }

 H1.HeaderClassName
 {
   color: #20C606;
 }
 .AnyTagClassName
 {
   color: #20C606;
 }
</style>

background-color css

<style>
 a { background-color: #20C606; }

 a { background-color: rgb(32,198,6); }

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

border-color css

<style>
 span { border-color: #20C606; }

 span { border-color: rgb(32,198,6); }

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