Shades of Lime Green #20CA38
Tints of Lime Green #20CA38
RGB
CMYK
RGB Variations
Color information
#20CA38 (or 0x20CA38) is known color: Lime Green. HEX triplet: 20, CA and 38. RGB value is (32,202,56). Sum of RGB (Red+Green+Blue) = 32+202+56=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 202 (79.30% from 255 or 69.66% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA38 is #DF35C7. Grayscale: #868686. Windows color (decimal): -14628296 or 3721760. OLE color: 3721760.
HSL color Cylindrical-coordinate representation of color #20CA38: hue angle of 128.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 #20CA38 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 56 | - |
| CMYK | 0.84 | 0 | 0.72 | 0.21 |
| HSL | 128.47º | 0.73% | 0.46% | - |
| HSV(B) | 128.47º | 0.84% | 0.79% | - |
| XYZ | 22.43 | 42.83 | 10.83 | - |
| YUV | 134.53 | 83.68 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 56 | 0.84 | 0 | 0.72 | 0.21 | 128.47 | 0.73 | 0.46 |
| Hex | 20 | CA | 38 | 54 | 0 | 48 | 15 | 80 | 49 | 2E |
| Octal | 40 | 312 | 70 | 124 | 0 | 110 | 25 | 200 | 111 | 56 |
| Binary | 100000 | 11001010 | 111000 | 1010100 | 0 | 1001000 | 10101 | 10000000 | 1001001 | 101110 |
Color Harmonies of #20CA38
Complementary color
Monochromatic Colors of #20CA38
Black with #20CA38
Text Example
Text Example
White with #20CA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA38; }
p { color: rgb(32,202,56); }
H1.HeaderClassName
{
color: #20CA38;
}
.AnyTagClassName
{
color: #20CA38;
}
</style>
background-color css
<style>
a { background-color: #20CA38; }
a { background-color: rgb(32,202,56); }
div.DivClassName
{
background-color: #20CA38;
}
.BgClassName
{
background-color: #20CA38;
}
</style>
border-color css
<style>
span { border-color: #20CA38; }
span { border-color: rgb(32,202,56); }
td.TdClassName
{
border-color: #20CA38;
}
.TagClassName
{
border-color: #20CA38;
}
</style>