Shades of Lime Green #28D92D
Tints of Lime Green #28D92D
RGB
CMYK
RGB Variations
Color information
#28D92D (or 0x28D92D) is known color: Lime Green. HEX triplet: 28, D9 and 2D. RGB value is (40,217,45). Sum of RGB (Red+Green+Blue) = 40+217+45=302 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.25% from 302); Green value is 217 (85.16% from 255 or 71.85% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 217 - color contains mainly: green. Hex color #28D92D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D92D is #D726D2. Grayscale: #909090. Windows color (decimal): -14100179 or 3004712. OLE color: 3004712.
HSL color Cylindrical-coordinate representation of color #28D92D: hue angle of 121.69º 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 #28D92D is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 45 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.15 |
| HSL | 121.69º | 0.7% | 0.5% | - |
| HSV(B) | 121.69º | 0.82% | 0.85% | - |
| XYZ | 26.16 | 50.27 | 10.81 | - |
| YUV | 144.47 | 71.86 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 45 | 0.82 | 0 | 0.79 | 0.15 | 121.69 | 0.7 | 0.5 |
| Hex | 28 | D9 | 2D | 52 | 0 | 4F | F | 7A | 46 | 32 |
| Octal | 50 | 331 | 55 | 122 | 0 | 117 | 17 | 172 | 106 | 62 |
| Binary | 101000 | 11011001 | 101101 | 1010010 | 0 | 1001111 | 1111 | 1111010 | 1000110 | 110010 |
Color Harmonies of #28D92D
Complementary color
Monochromatic Colors of #28D92D
Black with #28D92D
Text Example
Text Example
White with #28D92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D92D; }
p { color: rgb(40,217,45); }
H1.HeaderClassName
{
color: #28D92D;
}
.AnyTagClassName
{
color: #28D92D;
}
</style>
background-color css
<style>
a { background-color: #28D92D; }
a { background-color: rgb(40,217,45); }
div.DivClassName
{
background-color: #28D92D;
}
.BgClassName
{
background-color: #28D92D;
}
</style>
border-color css
<style>
span { border-color: #28D92D; }
span { border-color: rgb(40,217,45); }
td.TdClassName
{
border-color: #28D92D;
}
.TagClassName
{
border-color: #28D92D;
}
</style>