Shades of Lime Green #28C520
Tints of Lime Green #28C520
RGB
CMYK
RGB Variations
Color information
#28C520 (or 0x28C520) is known color: Lime Green. HEX triplet: 28, C5 and 20. RGB value is (40,197,32). Sum of RGB (Red+Green+Blue) = 40+197+32=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 197 (77.34% from 255 or 73.23% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 197 - color contains mainly: green. Hex color #28C520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C520 is #D73ADF. Grayscale: #838383. Windows color (decimal): -14105312 or 2147624. OLE color: 2147624.
HSL color Cylindrical-coordinate representation of color #28C520: hue angle of 117.09º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28C520 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 32 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.23 |
| HSL | 117.09º | 0.72% | 0.45% | - |
| HSV(B) | 117.09º | 0.84% | 0.77% | - |
| XYZ | 21.1 | 40.49 | 8.07 | - |
| YUV | 131.25 | 71.99 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 32 | 0.80 | 0 | 0.84 | 0.23 | 117.09 | 0.72 | 0.45 |
| Hex | 28 | C5 | 20 | 50 | 0 | 54 | 17 | 75 | 48 | 2D |
| Octal | 50 | 305 | 40 | 120 | 0 | 124 | 27 | 165 | 110 | 55 |
| Binary | 101000 | 11000101 | 100000 | 1010000 | 0 | 1010100 | 10111 | 1110101 | 1001000 | 101101 |
Color Harmonies of #28C520
Complementary color
Monochromatic Colors of #28C520
Black with #28C520
Text Example
Text Example
White with #28C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C520; }
p { color: rgb(40,197,32); }
H1.HeaderClassName
{
color: #28C520;
}
.AnyTagClassName
{
color: #28C520;
}
</style>
background-color css
<style>
a { background-color: #28C520; }
a { background-color: rgb(40,197,32); }
div.DivClassName
{
background-color: #28C520;
}
.BgClassName
{
background-color: #28C520;
}
</style>
border-color css
<style>
span { border-color: #28C520; }
span { border-color: rgb(40,197,32); }
td.TdClassName
{
border-color: #28C520;
}
.TagClassName
{
border-color: #28C520;
}
</style>