Shades of Lime Green #20B714
Tints of Lime Green #20B714
RGB
CMYK
RGB Variations
Color information
#20B714 (or 0x20B714) is known color: Lime Green. HEX triplet: 20, B7 and 14. RGB value is (32,183,20). Sum of RGB (Red+Green+Blue) = 32+183+20=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 183 (71.88% from 255 or 77.87% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 183 - color contains mainly: green. Hex color #20B714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B714 is #DF48EB. Grayscale: #777777. Windows color (decimal): -14633196 or 1357600. OLE color: 1357600.
HSL color Cylindrical-coordinate representation of color #20B714: hue angle of 115.58º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #20B714 is Cyan = 0.83, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 183 | 20 | - |
| CMYK | 0.83 | 0 | 0.89 | 0.28 |
| HSL | 115.58º | 0.8% | 0.4% | - |
| HSV(B) | 115.58º | 0.89% | 0.72% | - |
| XYZ | 17.66 | 34.22 | 6.34 | - |
| YUV | 119.27 | 71.97 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 183 | 20 | 0.83 | 0 | 0.89 | 0.28 | 115.58 | 0.8 | 0.4 |
| Hex | 20 | B7 | 14 | 53 | 0 | 59 | 1C | 74 | 50 | 28 |
| Octal | 40 | 267 | 24 | 123 | 0 | 131 | 34 | 164 | 120 | 50 |
| Binary | 100000 | 10110111 | 10100 | 1010011 | 0 | 1011001 | 11100 | 1110100 | 1010000 | 101000 |
Color Harmonies of #20B714
Complementary color
Monochromatic Colors of #20B714
Black with #20B714
Text Example
Text Example
White with #20B714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B714; }
p { color: rgb(32,183,20); }
H1.HeaderClassName
{
color: #20B714;
}
.AnyTagClassName
{
color: #20B714;
}
</style>
background-color css
<style>
a { background-color: #20B714; }
a { background-color: rgb(32,183,20); }
div.DivClassName
{
background-color: #20B714;
}
.BgClassName
{
background-color: #20B714;
}
</style>
border-color css
<style>
span { border-color: #20B714; }
span { border-color: rgb(32,183,20); }
td.TdClassName
{
border-color: #20B714;
}
.TagClassName
{
border-color: #20B714;
}
</style>