Html Css Color HEX #20CC19 Lime Green

📋 copy color: '#20CC19'

red 32 ◦ green 204 ◦ blue 25

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

Shades of Lime Green #20CC19

Tints of Lime Green #20CC19

RGB

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

 GREEN value IS 204 (80.08% from 255) = 78.16%

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

R = 12.26%
G = 78.16%
B = 9.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#20CC19 (or 0x20CC19) is known color: Lime Green. HEX triplet: 20, CC and 19. RGB value is (32,204,25). Sum of RGB (Red+Green+Blue) = 32+204+25=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 204 (80.08% from 255 or 78.16% from 261); Blue value is 25 (10.16% from 255 or 9.58% from 261); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CC19 is #DF33E6. Grayscale: #848484. Windows color (decimal): -14627815 or 1690656. OLE color: 1690656.

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

Color convert

RGB 32 204 25 -
CMYK 0.84 0 0.88 0.2
HSL 117.65º 0.78% 0.45% -
HSV(B) 117.65º 0.88% 0.8% -
XYZ 22.36 43.56 8.15 -
YUV 132.17 67.52 56.55 -
System Red Green Blue C M Y K H S L
Decimal 32 204 25 0.84 0 0.88 0.2 117.65 0.78 0.45
Hex 20 CC 19 54 0 58 14 76 4E 2D
Octal 40 314 31 124 0 130 24 166 116 55
Binary 100000 11001100 11001 1010100 0 1011000 10100 1110110 1001110 101101

Color Harmonies of #20CC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CC19

Black with #20CC19

Text Example


Text Example

White with #20CC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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