Shades of Lime Green #20BF28
Tints of Lime Green #20BF28
RGB
CMYK
RGB Variations
Color information
#20BF28 (or 0x20BF28) is known color: Lime Green. HEX triplet: 20, BF and 28. RGB value is (32,191,40). Sum of RGB (Red+Green+Blue) = 32+191+40=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 191 (75% from 255 or 72.62% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20BF28 is #DF40D7. Grayscale: #7E7E7E. Windows color (decimal): -14631128 or 2670368. OLE color: 2670368.
HSL color Cylindrical-coordinate representation of color #20BF28: hue angle of 123.02º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BF28 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 191 | 40 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.25 |
| HSL | 123.02º | 0.71% | 0.44% | - |
| HSV(B) | 123.02º | 0.83% | 0.75% | - |
| XYZ | 19.61 | 37.72 | 8.26 | - |
| YUV | 126.25 | 79.32 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 40 | 0.83 | 0 | 0.79 | 0.25 | 123.02 | 0.71 | 0.44 |
| Hex | 20 | BF | 28 | 53 | 0 | 4F | 19 | 7B | 47 | 2C |
| Octal | 40 | 277 | 50 | 123 | 0 | 117 | 31 | 173 | 107 | 54 |
| Binary | 100000 | 10111111 | 101000 | 1010011 | 0 | 1001111 | 11001 | 1111011 | 1000111 | 101100 |
Color Harmonies of #20BF28
Complementary color
Monochromatic Colors of #20BF28
Black with #20BF28
Text Example
Text Example
White with #20BF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BF28; }
p { color: rgb(32,191,40); }
H1.HeaderClassName
{
color: #20BF28;
}
.AnyTagClassName
{
color: #20BF28;
}
</style>
background-color css
<style>
a { background-color: #20BF28; }
a { background-color: rgb(32,191,40); }
div.DivClassName
{
background-color: #20BF28;
}
.BgClassName
{
background-color: #20BF28;
}
</style>
border-color css
<style>
span { border-color: #20BF28; }
span { border-color: rgb(32,191,40); }
td.TdClassName
{
border-color: #20BF28;
}
.TagClassName
{
border-color: #20BF28;
}
</style>