Shades of Lime Green #28C717
Tints of Lime Green #28C717
RGB
CMYK
RGB Variations
Color information
#28C717 (or 0x28C717) is known color: Lime Green. HEX triplet: 28, C7 and 17. RGB value is (40,199,23). Sum of RGB (Red+Green+Blue) = 40+199+23=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 199 (78.12% from 255 or 75.95% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 199 - color contains mainly: green. Hex color #28C717 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C717 is #D738E8. Grayscale: #838383. Windows color (decimal): -14104809 or 1558312. OLE color: 1558312.
HSL color Cylindrical-coordinate representation of color #28C717: hue angle of 114.2º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28C717 is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 199 | 23 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.22 |
| HSL | 114.2º | 0.79% | 0.44% | - |
| HSV(B) | 114.2º | 0.88% | 0.78% | - |
| XYZ | 21.45 | 41.36 | 7.66 | - |
| YUV | 131.4 | 66.82 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 199 | 23 | 0.80 | 0 | 0.88 | 0.22 | 114.2 | 0.79 | 0.44 |
| Hex | 28 | C7 | 17 | 50 | 0 | 58 | 16 | 72 | 4F | 2C |
| Octal | 50 | 307 | 27 | 120 | 0 | 130 | 26 | 162 | 117 | 54 |
| Binary | 101000 | 11000111 | 10111 | 1010000 | 0 | 1011000 | 10110 | 1110010 | 1001111 | 101100 |
Color Harmonies of #28C717
Complementary color
Monochromatic Colors of #28C717
Black with #28C717
Text Example
Text Example
White with #28C717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C717; }
p { color: rgb(40,199,23); }
H1.HeaderClassName
{
color: #28C717;
}
.AnyTagClassName
{
color: #28C717;
}
</style>
background-color css
<style>
a { background-color: #28C717; }
a { background-color: rgb(40,199,23); }
div.DivClassName
{
background-color: #28C717;
}
.BgClassName
{
background-color: #28C717;
}
</style>
border-color css
<style>
span { border-color: #28C717; }
span { border-color: rgb(40,199,23); }
td.TdClassName
{
border-color: #28C717;
}
.TagClassName
{
border-color: #28C717;
}
</style>