Html Css Color HEX #20C819 Lime Green

📋 copy color: '#20C819'

red 32 ◦ green 200 ◦ blue 25

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

Shades of Lime Green #20C819

Tints of Lime Green #20C819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.73%

R = 12.45%
G = 77.82%
B = 9.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#20C819 (or 0x20C819) is known color: Lime Green. HEX triplet: 20, C8 and 19. RGB value is (32,200,25). Sum of RGB (Red+Green+Blue) = 32+200+25=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 200 (78.52% from 255 or 77.82% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 200 - color contains mainly: green. Hex color #20C819 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C819 is #DF37E6. Grayscale: #828282. Windows color (decimal): -14628839 or 1689632. OLE color: 1689632.

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

Color convert

RGB 32 200 25 -
CMYK 0.84 0 0.88 0.22
HSL 117.6º 0.78% 0.44% -
HSV(B) 117.6º 0.88% 0.78% -
XYZ 21.43 41.69 7.84 -
YUV 129.82 68.84 58.23 -
System Red Green Blue C M Y K H S L
Decimal 32 200 25 0.84 0 0.88 0.22 117.6 0.78 0.44
Hex 20 C8 19 54 0 58 16 76 4E 2C
Octal 40 310 31 124 0 130 26 166 116 54
Binary 100000 11001000 11001 1010100 0 1011000 10110 1110110 1001110 101100

Color Harmonies of #20C819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C819

Black with #20C819

Text Example


Text Example

White with #20C819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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