Html Css Color HEX #20C809 Lime Green

📋 copy color: '#20C809'

red 32 ◦ green 200 ◦ blue 9

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

Shades of Lime Green #20C809

Tints of Lime Green #20C809

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.73%

R = 13.28%
G = 82.99%
B = 3.73%

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

#20C809 (or 0x20C809) is known color: Lime Green. HEX triplet: 20, C8 and 09. RGB value is (32,200,9). Sum of RGB (Red+Green+Blue) = 32+200+9=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 200 (78.52% from 255 or 82.99% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 200 - color contains mainly: green. Hex color #20C809 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C809 is #DF37F6. Grayscale: #808080. Windows color (decimal): -14628855 or 641056. OLE color: 641056.

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

Color convert

RGB 32 200 9 -
CMYK 0.84 0 0.96 0.22
HSL 112.77º 0.91% 0.41% -
HSV(B) 112.77º 0.96% 0.78% -
XYZ 21.3 41.64 7.17 -
YUV 127.99 60.84 59.53 -
System Red Green Blue C M Y K H S L
Decimal 32 200 9 0.84 0 0.96 0.22 112.77 0.91 0.41
Hex 20 C8 9 54 0 60 16 71 5B 29
Octal 40 310 11 124 0 140 26 161 133 51
Binary 100000 11001000 1001 1010100 0 1100000 10110 1110001 1011011 101001

Color Harmonies of #20C809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C809

Black with #20C809

Text Example


Text Example

White with #20C809

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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