Shades of Lime Green #20B515
Tints of Lime Green #20B515
RGB
CMYK
RGB Variations
Color information
#20B515 (or 0x20B515) is known color: Lime Green. HEX triplet: 20, B5 and 15. RGB value is (32,181,21). Sum of RGB (Red+Green+Blue) = 32+181+21=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 181 (71.09% from 255 or 77.35% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 181 - color contains mainly: green. Hex color #20B515 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B515 is #DF4AEA. Grayscale: #767676. Windows color (decimal): -14633707 or 1422624. OLE color: 1422624.
HSL color Cylindrical-coordinate representation of color #20B515: hue angle of 115.88º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20B515 is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 181 | 21 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.29 |
| HSL | 115.88º | 0.79% | 0.4% | - |
| HSV(B) | 115.88º | 0.88% | 0.71% | - |
| XYZ | 17.25 | 33.41 | 6.25 | - |
| YUV | 118.21 | 73.14 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 181 | 21 | 0.82 | 0 | 0.88 | 0.29 | 115.88 | 0.79 | 0.4 |
| Hex | 20 | B5 | 15 | 52 | 0 | 58 | 1D | 74 | 4F | 28 |
| Octal | 40 | 265 | 25 | 122 | 0 | 130 | 35 | 164 | 117 | 50 |
| Binary | 100000 | 10110101 | 10101 | 1010010 | 0 | 1011000 | 11101 | 1110100 | 1001111 | 101000 |
Color Harmonies of #20B515
Complementary color
Monochromatic Colors of #20B515
Black with #20B515
Text Example
Text Example
White with #20B515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B515; }
p { color: rgb(32,181,21); }
H1.HeaderClassName
{
color: #20B515;
}
.AnyTagClassName
{
color: #20B515;
}
</style>
background-color css
<style>
a { background-color: #20B515; }
a { background-color: rgb(32,181,21); }
div.DivClassName
{
background-color: #20B515;
}
.BgClassName
{
background-color: #20B515;
}
</style>
border-color css
<style>
span { border-color: #20B515; }
span { border-color: rgb(32,181,21); }
td.TdClassName
{
border-color: #20B515;
}
.TagClassName
{
border-color: #20B515;
}
</style>