Shades of Lime Green #20CA24
Tints of Lime Green #20CA24
RGB
CMYK
RGB Variations
Color information
#20CA24 (or 0x20CA24) is known color: 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
| RGB | 32 | 202 | 36 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.21 |
| HSL | 121.41º | 0.73% | 0.46% | - |
| HSV(B) | 121.41º | 0.84% | 0.79% | - |
| XYZ | 22.03 | 42.68 | 8.74 | - |
| YUV | 132.25 | 73.68 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 36 | 0.84 | 0 | 0.82 | 0.21 | 121.41 | 0.73 | 0.46 |
| Hex | 20 | CA | 24 | 54 | 0 | 52 | 15 | 79 | 49 | 2E |
| Octal | 40 | 312 | 44 | 124 | 0 | 122 | 25 | 171 | 111 | 56 |
| Binary | 100000 | 11001010 | 100100 | 1010100 | 0 | 1010010 | 10101 | 1111001 | 1001001 | 101110 |
Color Harmonies of #20CA24
Complementary color
Monochromatic Colors of #20CA24
Black with #20CA24
Text Example
Text Example
White with #20CA24
Text Example
Text Example
HTML Codes & Css Web 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>