Shades of Lime Green #20B536
Tints of Lime Green #20B536
RGB
CMYK
RGB Variations
Color information
#20B536 (or 0x20B536) is known color: Lime Green. HEX triplet: 20, B5 and 36. RGB value is (32,181,54). Sum of RGB (Red+Green+Blue) = 32+181+54=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 181 (71.09% from 255 or 67.79% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 181 - color contains mainly: green. Hex color #20B536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B536 is #DF4AC9. Grayscale: #7A7A7A. Windows color (decimal): -14633674 or 3585312. OLE color: 3585312.
HSL color Cylindrical-coordinate representation of color #20B536: hue angle of 128.86º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B536 is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 181 | 54 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.29 |
| HSL | 128.86º | 0.7% | 0.42% | - |
| HSV(B) | 128.86º | 0.82% | 0.71% | - |
| XYZ | 17.79 | 33.62 | 9.04 | - |
| YUV | 121.97 | 89.64 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 181 | 54 | 0.82 | 0 | 0.70 | 0.29 | 128.86 | 0.7 | 0.42 |
| Hex | 20 | B5 | 36 | 52 | 0 | 46 | 1D | 81 | 46 | 2A |
| Octal | 40 | 265 | 66 | 122 | 0 | 106 | 35 | 201 | 106 | 52 |
| Binary | 100000 | 10110101 | 110110 | 1010010 | 0 | 1000110 | 11101 | 10000001 | 1000110 | 101010 |
Color Harmonies of #20B536
Complementary color
Monochromatic Colors of #20B536
Black with #20B536
Text Example
Text Example
White with #20B536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B536; }
p { color: rgb(32,181,54); }
H1.HeaderClassName
{
color: #20B536;
}
.AnyTagClassName
{
color: #20B536;
}
</style>
background-color css
<style>
a { background-color: #20B536; }
a { background-color: rgb(32,181,54); }
div.DivClassName
{
background-color: #20B536;
}
.BgClassName
{
background-color: #20B536;
}
</style>
border-color css
<style>
span { border-color: #20B536; }
span { border-color: rgb(32,181,54); }
td.TdClassName
{
border-color: #20B536;
}
.TagClassName
{
border-color: #20B536;
}
</style>