Shades of Lime Green #28D93F
Tints of Lime Green #28D93F
RGB
CMYK
RGB Variations
Color information
#28D93F (or 0x28D93F) is known color: Lime Green. HEX triplet: 28, D9 and 3F. RGB value is (40,217,63). Sum of RGB (Red+Green+Blue) = 40+217+63=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 217 (85.16% from 255 or 67.81% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 217 - color contains mainly: green. Hex color #28D93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D93F is #D726C0. Grayscale: #929292. Windows color (decimal): -14100161 or 4184360. OLE color: 4184360.
HSL color Cylindrical-coordinate representation of color #28D93F: hue angle of 127.8º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D93F is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 63 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.15 |
| HSL | 127.8º | 0.7% | 0.5% | - |
| HSV(B) | 127.8º | 0.82% | 0.85% | - |
| XYZ | 26.59 | 50.44 | 13.04 | - |
| YUV | 146.52 | 80.86 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 63 | 0.82 | 0 | 0.71 | 0.15 | 127.8 | 0.7 | 0.5 |
| Hex | 28 | D9 | 3F | 52 | 0 | 47 | F | 80 | 46 | 32 |
| Octal | 50 | 331 | 77 | 122 | 0 | 107 | 17 | 200 | 106 | 62 |
| Binary | 101000 | 11011001 | 111111 | 1010010 | 0 | 1000111 | 1111 | 10000000 | 1000110 | 110010 |
Color Harmonies of #28D93F
Complementary color
Monochromatic Colors of #28D93F
Black with #28D93F
Text Example
Text Example
White with #28D93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D93F; }
p { color: rgb(40,217,63); }
H1.HeaderClassName
{
color: #28D93F;
}
.AnyTagClassName
{
color: #28D93F;
}
</style>
background-color css
<style>
a { background-color: #28D93F; }
a { background-color: rgb(40,217,63); }
div.DivClassName
{
background-color: #28D93F;
}
.BgClassName
{
background-color: #28D93F;
}
</style>
border-color css
<style>
span { border-color: #28D93F; }
span { border-color: rgb(40,217,63); }
td.TdClassName
{
border-color: #28D93F;
}
.TagClassName
{
border-color: #28D93F;
}
</style>