Shades of Lime Green #28C514
Tints of Lime Green #28C514
RGB
CMYK
RGB Variations
Color information
#28C514 (or 0x28C514) is known color: Lime Green. HEX triplet: 28, C5 and 14. RGB value is (40,197,20). Sum of RGB (Red+Green+Blue) = 40+197+20=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 197 (77.34% from 255 or 76.65% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 197 - color contains mainly: green. Hex color #28C514 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C514 is #D73AEB. Grayscale: #828282. Windows color (decimal): -14105324 or 1361192. OLE color: 1361192.
HSL color Cylindrical-coordinate representation of color #28C514: hue angle of 113.22º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28C514 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 20 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.23 |
| HSL | 113.22º | 0.82% | 0.43% | - |
| HSV(B) | 113.22º | 0.9% | 0.77% | - |
| XYZ | 20.97 | 40.43 | 7.36 | - |
| YUV | 129.88 | 65.99 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 20 | 0.80 | 0 | 0.90 | 0.23 | 113.22 | 0.82 | 0.43 |
| Hex | 28 | C5 | 14 | 50 | 0 | 5A | 17 | 71 | 52 | 2B |
| Octal | 50 | 305 | 24 | 120 | 0 | 132 | 27 | 161 | 122 | 53 |
| Binary | 101000 | 11000101 | 10100 | 1010000 | 0 | 1011010 | 10111 | 1110001 | 1010010 | 101011 |
Color Harmonies of #28C514
Complementary color
Monochromatic Colors of #28C514
Black with #28C514
Text Example
Text Example
White with #28C514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C514; }
p { color: rgb(40,197,20); }
H1.HeaderClassName
{
color: #28C514;
}
.AnyTagClassName
{
color: #28C514;
}
</style>
background-color css
<style>
a { background-color: #28C514; }
a { background-color: rgb(40,197,20); }
div.DivClassName
{
background-color: #28C514;
}
.BgClassName
{
background-color: #28C514;
}
</style>
border-color css
<style>
span { border-color: #28C514; }
span { border-color: rgb(40,197,20); }
td.TdClassName
{
border-color: #28C514;
}
.TagClassName
{
border-color: #28C514;
}
</style>