Shades of Lime Green #28C915
Tints of Lime Green #28C915
RGB
CMYK
RGB Variations
Color information
#28C915 (or 0x28C915) is known color: Lime Green. HEX triplet: 28, C9 and 15. RGB value is (40,201,21). Sum of RGB (Red+Green+Blue) = 40+201+21=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 201 (78.91% from 255 or 76.72% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 201 - color contains mainly: green. Hex color #28C915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C915 is #D736EA. Grayscale: #848484. Windows color (decimal): -14104299 or 1427752. OLE color: 1427752.
HSL color Cylindrical-coordinate representation of color #28C915: hue angle of 113.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28C915 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 40 | 201 | 21 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.21 |
| HSL | 113.67º | 0.81% | 0.44% | - |
| HSV(B) | 113.67º | 0.9% | 0.79% | - |
| XYZ | 21.9 | 42.28 | 7.72 | - |
| YUV | 132.34 | 65.16 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 201 | 21 | 0.80 | 0 | 0.90 | 0.21 | 113.67 | 0.81 | 0.44 |
| Hex | 28 | C9 | 15 | 50 | 0 | 5A | 15 | 72 | 51 | 2C |
| Octal | 50 | 311 | 25 | 120 | 0 | 132 | 25 | 162 | 121 | 54 |
| Binary | 101000 | 11001001 | 10101 | 1010000 | 0 | 1011010 | 10101 | 1110010 | 1010001 | 101100 |
Color Harmonies of #28C915
Complementary color
Monochromatic Colors of #28C915
Black with #28C915
Text Example
Text Example
White with #28C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C915; }
p { color: rgb(40,201,21); }
H1.HeaderClassName
{
color: #28C915;
}
.AnyTagClassName
{
color: #28C915;
}
</style>
background-color css
<style>
a { background-color: #28C915; }
a { background-color: rgb(40,201,21); }
div.DivClassName
{
background-color: #28C915;
}
.BgClassName
{
background-color: #28C915;
}
</style>
border-color css
<style>
span { border-color: #28C915; }
span { border-color: rgb(40,201,21); }
td.TdClassName
{
border-color: #28C915;
}
.TagClassName
{
border-color: #28C915;
}
</style>