Shades of Lime Green #20CA27
Tints of Lime Green #20CA27
RGB
CMYK
RGB Variations
Color information
#20CA27 (or 0x20CA27) is known color: Lime Green. HEX triplet: 20, CA and 27. RGB value is (32,202,39). Sum of RGB (Red+Green+Blue) = 32+202+39=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 202 (79.30% from 255 or 73.99% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA27 is #DF35D8. Grayscale: #858585. Windows color (decimal): -14628313 or 2607648. OLE color: 2607648.
HSL color Cylindrical-coordinate representation of color #20CA27: hue angle of 122.47º 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 #20CA27 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 39 | - |
| CMYK | 0.84 | 0 | 0.81 | 0.21 |
| HSL | 122.47º | 0.73% | 0.46% | - |
| HSV(B) | 122.47º | 0.84% | 0.79% | - |
| XYZ | 22.08 | 42.69 | 9 | - |
| YUV | 132.59 | 75.18 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 39 | 0.84 | 0 | 0.81 | 0.21 | 122.47 | 0.73 | 0.46 |
| Hex | 20 | CA | 27 | 54 | 0 | 51 | 15 | 7A | 49 | 2E |
| Octal | 40 | 312 | 47 | 124 | 0 | 121 | 25 | 172 | 111 | 56 |
| Binary | 100000 | 11001010 | 100111 | 1010100 | 0 | 1010001 | 10101 | 1111010 | 1001001 | 101110 |
Color Harmonies of #20CA27
Complementary color
Monochromatic Colors of #20CA27
Black with #20CA27
Text Example
Text Example
White with #20CA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA27; }
p { color: rgb(32,202,39); }
H1.HeaderClassName
{
color: #20CA27;
}
.AnyTagClassName
{
color: #20CA27;
}
</style>
background-color css
<style>
a { background-color: #20CA27; }
a { background-color: rgb(32,202,39); }
div.DivClassName
{
background-color: #20CA27;
}
.BgClassName
{
background-color: #20CA27;
}
</style>
border-color css
<style>
span { border-color: #20CA27; }
span { border-color: rgb(32,202,39); }
td.TdClassName
{
border-color: #20CA27;
}
.TagClassName
{
border-color: #20CA27;
}
</style>