Shades of Lime Green #20CA33
Tints of Lime Green #20CA33
RGB
CMYK
RGB Variations
Color information
#20CA33 (or 0x20CA33) is known color: Lime Green. HEX triplet: 20, CA and 33. RGB value is (32,202,51). Sum of RGB (Red+Green+Blue) = 32+202+51=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 202 (79.30% from 255 or 70.88% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA33 is #DF35CC. Grayscale: #868686. Windows color (decimal): -14628301 or 3394080. OLE color: 3394080.
HSL color Cylindrical-coordinate representation of color #20CA33: hue angle of 126.71º 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 #20CA33 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 51 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.21 |
| HSL | 126.71º | 0.73% | 0.46% | - |
| HSV(B) | 126.71º | 0.84% | 0.79% | - |
| XYZ | 22.31 | 42.79 | 10.21 | - |
| YUV | 133.96 | 81.18 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 51 | 0.84 | 0 | 0.75 | 0.21 | 126.71 | 0.73 | 0.46 |
| Hex | 20 | CA | 33 | 54 | 0 | 4B | 15 | 7F | 49 | 2E |
| Octal | 40 | 312 | 63 | 124 | 0 | 113 | 25 | 177 | 111 | 56 |
| Binary | 100000 | 11001010 | 110011 | 1010100 | 0 | 1001011 | 10101 | 1111111 | 1001001 | 101110 |
Color Harmonies of #20CA33
Complementary color
Monochromatic Colors of #20CA33
Black with #20CA33
Text Example
Text Example
White with #20CA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA33; }
p { color: rgb(32,202,51); }
H1.HeaderClassName
{
color: #20CA33;
}
.AnyTagClassName
{
color: #20CA33;
}
</style>
background-color css
<style>
a { background-color: #20CA33; }
a { background-color: rgb(32,202,51); }
div.DivClassName
{
background-color: #20CA33;
}
.BgClassName
{
background-color: #20CA33;
}
</style>
border-color css
<style>
span { border-color: #20CA33; }
span { border-color: rgb(32,202,51); }
td.TdClassName
{
border-color: #20CA33;
}
.TagClassName
{
border-color: #20CA33;
}
</style>