Shades of Lime Green #28D915
Tints of Lime Green #28D915
RGB
CMYK
RGB Variations
Color information
#28D915 (or 0x28D915) is known color: Lime Green. HEX triplet: 28, D9 and 15. RGB value is (40,217,21). Sum of RGB (Red+Green+Blue) = 40+217+21=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 217 (85.16% from 255 or 78.06% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 217 - color contains mainly: green. Hex color #28D915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D915 is #D726EA. Grayscale: #8E8E8E. Windows color (decimal): -14100203 or 1431848. OLE color: 1431848.
HSL color Cylindrical-coordinate representation of color #28D915: hue angle of 114.18º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28D915 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 21 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.15 |
| HSL | 114.18º | 0.82% | 0.47% | - |
| HSV(B) | 114.18º | 0.9% | 0.85% | - |
| XYZ | 25.82 | 50.13 | 9.02 | - |
| YUV | 141.73 | 59.86 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 21 | 0.82 | 0 | 0.90 | 0.15 | 114.18 | 0.82 | 0.47 |
| Hex | 28 | D9 | 15 | 52 | 0 | 5A | F | 72 | 52 | 2F |
| Octal | 50 | 331 | 25 | 122 | 0 | 132 | 17 | 162 | 122 | 57 |
| Binary | 101000 | 11011001 | 10101 | 1010010 | 0 | 1011010 | 1111 | 1110010 | 1010010 | 101111 |
Color Harmonies of #28D915
Complementary color
Monochromatic Colors of #28D915
Black with #28D915
Text Example
Text Example
White with #28D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D915; }
p { color: rgb(40,217,21); }
H1.HeaderClassName
{
color: #28D915;
}
.AnyTagClassName
{
color: #28D915;
}
</style>
background-color css
<style>
a { background-color: #28D915; }
a { background-color: rgb(40,217,21); }
div.DivClassName
{
background-color: #28D915;
}
.BgClassName
{
background-color: #28D915;
}
</style>
border-color css
<style>
span { border-color: #28D915; }
span { border-color: rgb(40,217,21); }
td.TdClassName
{
border-color: #28D915;
}
.TagClassName
{
border-color: #28D915;
}
</style>