Html Css Color HEX #20CC24 Lime Green

📋 copy color: '#20CC24'

red 32 ◦ green 204 ◦ blue 36

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

Shades of Lime Green #20CC24

Tints of Lime Green #20CC24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.24%

R = 11.76%
G = 75%
B = 13.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#20CC24 (or 0x20CC24) is known color: Lime Green. HEX triplet: 20, CC and 24. RGB value is (32,204,36). Sum of RGB (Red+Green+Blue) = 32+204+36=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 204 (80.08% from 255 or 75% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CC24 is #DF33DB. Grayscale: #858585. Windows color (decimal): -14627804 or 2411552. OLE color: 2411552.

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

Color convert

RGB 32 204 36 -
CMYK 0.84 0 0.82 0.2
HSL 121.4º 0.73% 0.46% -
HSV(B) 121.4º 0.84% 0.8% -
XYZ 22.51 43.62 8.9 -
YUV 133.42 73.02 55.66 -
System Red Green Blue C M Y K H S L
Decimal 32 204 36 0.84 0 0.82 0.2 121.4 0.73 0.46
Hex 20 CC 24 54 0 52 14 79 49 2E
Octal 40 314 44 124 0 122 24 171 111 56
Binary 100000 11001100 100100 1010100 0 1010010 10100 1111001 1001001 101110

Color Harmonies of #20CC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CC24

Black with #20CC24

Text Example


Text Example

White with #20CC24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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