Html Css Color HEX #20C808 Lime Green

📋 copy color: '#20C808'

red 32 ◦ green 200 ◦ blue 8

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

Shades of Lime Green #20C808

Tints of Lime Green #20C808

RGB

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

 GREEN value IS 200 (78.52% from 255) = 83.33%

 BLUE value IS 8 (3.52% from 255) = 3.33%

R = 13.33%
G = 83.33%
B = 3.33%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#20C808 (or 0x20C808) is known color: Lime Green. HEX triplet: 20, C8 and 08. RGB value is (32,200,8). Sum of RGB (Red+Green+Blue) = 32+200+8=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 200 (78.52% from 255 or 83.33% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 200 - color contains mainly: green. Hex color #20C808 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C808 is #DF37F7. Grayscale: #808080. Windows color (decimal): -14628856 or 575520. OLE color: 575520.

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

Color convert

RGB 32 200 8 -
CMYK 0.84 0 0.96 0.22
HSL 112.5º 0.92% 0.41% -
HSV(B) 112.5º 0.96% 0.78% -
XYZ 21.29 41.63 7.14 -
YUV 127.88 60.34 59.61 -
System Red Green Blue C M Y K H S L
Decimal 32 200 8 0.84 0 0.96 0.22 112.5 0.92 0.41
Hex 20 C8 8 54 0 60 16 70 5C 29
Octal 40 310 10 124 0 140 26 160 134 51
Binary 100000 11001000 1000 1010100 0 1100000 10110 1110000 1011100 101001

Color Harmonies of #20C808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C808

Black with #20C808

Text Example


Text Example

White with #20C808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,200,8); }

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

background-color css

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

 a { background-color: rgb(32,200,8); }

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

border-color css

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

 span { border-color: rgb(32,200,8); }

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