Shades of Lime Green #20BD13
Tints of Lime Green #20BD13
RGB
CMYK
RGB Variations
Color information
#20BD13 (or 0x20BD13) is known color: Lime Green. HEX triplet: 20, BD and 13. RGB value is (32,189,19). Sum of RGB (Red+Green+Blue) = 32+189+19=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 189 (74.22% from 255 or 78.75% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BD13 is #DF42EC. Grayscale: #7B7B7B. Windows color (decimal): -14631661 or 1293600. OLE color: 1293600.
HSL color Cylindrical-coordinate representation of color #20BD13: hue angle of 115.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20BD13 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 189 | 19 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.26 |
| HSL | 115.41º | 0.82% | 0.41% | - |
| HSV(B) | 115.41º | 0.9% | 0.74% | - |
| XYZ | 18.91 | 36.75 | 6.71 | - |
| YUV | 122.68 | 69.49 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 189 | 19 | 0.83 | 0 | 0.90 | 0.26 | 115.41 | 0.82 | 0.41 |
| Hex | 20 | BD | 13 | 53 | 0 | 5A | 1A | 73 | 52 | 29 |
| Octal | 40 | 275 | 23 | 123 | 0 | 132 | 32 | 163 | 122 | 51 |
| Binary | 100000 | 10111101 | 10011 | 1010011 | 0 | 1011010 | 11010 | 1110011 | 1010010 | 101001 |
Color Harmonies of #20BD13
Complementary color
Monochromatic Colors of #20BD13
Black with #20BD13
Text Example
Text Example
White with #20BD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BD13; }
p { color: rgb(32,189,19); }
H1.HeaderClassName
{
color: #20BD13;
}
.AnyTagClassName
{
color: #20BD13;
}
</style>
background-color css
<style>
a { background-color: #20BD13; }
a { background-color: rgb(32,189,19); }
div.DivClassName
{
background-color: #20BD13;
}
.BgClassName
{
background-color: #20BD13;
}
</style>
border-color css
<style>
span { border-color: #20BD13; }
span { border-color: rgb(32,189,19); }
td.TdClassName
{
border-color: #20BD13;
}
.TagClassName
{
border-color: #20BD13;
}
</style>