#20CA24

Color #20CA24 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #20CA24

Tints of Lime Green #20CA24

Color information

#20CA24 (or 0x20CA24) is unknown color: approx Lime Green. HEX triplet: 20, CA and 24. RGB value is (32,202,36). Sum of RGB (Red+Green+Blue) = 32+202+36=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 202 (79.30% from 255 or 74.81% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA24 is #DF35DB. Grayscale: #848484. Windows color (decimal): -14628316 or 2411040. OLE color: 2411040.

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

Color convert

RGB3220236-
CMYK0.8400.820.21
HSL121.41º72.65%45.88%-
HSV(B)121.41º84.16%79.22%-
XYZ22.0342.688.74-
YUV132.2573.6856.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.85%
GREEN value IS 202 (79.30% from 255) = 74.81%
BLUE value IS 36 (14.45% from 255) = 13.33%
R=11.85%
G=74.81%
B=13.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal32202360.8400.820.21121.4172.6545.88
Hex20CA24540521579492e
Octal403124412401222517111156
Binary100000110010101001001010100010100101010111110011001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20CA24;
 }
 .AnyTagClassName
 {
   color: #20CA24;
 }
</style>
background-color css

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

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

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

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

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

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