Shades of Lime Green #20B829
Tints of Lime Green #20B829
RGB
CMYK
RGB Variations
Color information
#20B829 (or 0x20B829) is known color: Lime Green. HEX triplet: 20, B8 and 29. RGB value is (32,184,41). Sum of RGB (Red+Green+Blue) = 32+184+41=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 184 (72.27% from 255 or 71.60% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 184 - color contains mainly: green. Hex color #20B829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B829 is #DF47D6. Grayscale: #7A7A7A. Windows color (decimal): -14632919 or 2734112. OLE color: 2734112.
HSL color Cylindrical-coordinate representation of color #20B829: hue angle of 123.55º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B829 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 184 | 41 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.28 |
| HSL | 123.55º | 0.7% | 0.42% | - |
| HSV(B) | 123.55º | 0.83% | 0.72% | - |
| XYZ | 18.14 | 34.75 | 7.85 | - |
| YUV | 122.25 | 82.14 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 184 | 41 | 0.83 | 0 | 0.78 | 0.28 | 123.55 | 0.7 | 0.42 |
| Hex | 20 | B8 | 29 | 53 | 0 | 4E | 1C | 7C | 46 | 2A |
| Octal | 40 | 270 | 51 | 123 | 0 | 116 | 34 | 174 | 106 | 52 |
| Binary | 100000 | 10111000 | 101001 | 1010011 | 0 | 1001110 | 11100 | 1111100 | 1000110 | 101010 |
Color Harmonies of #20B829
Complementary color
Monochromatic Colors of #20B829
Black with #20B829
Text Example
Text Example
White with #20B829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B829; }
p { color: rgb(32,184,41); }
H1.HeaderClassName
{
color: #20B829;
}
.AnyTagClassName
{
color: #20B829;
}
</style>
background-color css
<style>
a { background-color: #20B829; }
a { background-color: rgb(32,184,41); }
div.DivClassName
{
background-color: #20B829;
}
.BgClassName
{
background-color: #20B829;
}
</style>
border-color css
<style>
span { border-color: #20B829; }
span { border-color: rgb(32,184,41); }
td.TdClassName
{
border-color: #20B829;
}
.TagClassName
{
border-color: #20B829;
}
</style>