Shades of Lime Green #28D139
Tints of Lime Green #28D139
RGB
CMYK
RGB Variations
Color information
#28D139 (or 0x28D139) is known color: Lime Green. HEX triplet: 28, D1 and 39. RGB value is (40,209,57). Sum of RGB (Red+Green+Blue) = 40+209+57=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 209 (82.03% from 255 or 68.30% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 209 - color contains mainly: green. Hex color #28D139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D139 is #D72EC6. Grayscale: #8D8D8D. Windows color (decimal): -14102215 or 3789096. OLE color: 3789096.
HSL color Cylindrical-coordinate representation of color #28D139: hue angle of 126.04º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D139 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 209 | 57 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.18 |
| HSL | 126.04º | 0.68% | 0.49% | - |
| HSV(B) | 126.04º | 0.81% | 0.82% | - |
| XYZ | 24.41 | 46.35 | 11.53 | - |
| YUV | 141.14 | 80.51 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 209 | 57 | 0.81 | 0 | 0.73 | 0.18 | 126.04 | 0.68 | 0.49 |
| Hex | 28 | D1 | 39 | 51 | 0 | 49 | 12 | 7E | 44 | 31 |
| Octal | 50 | 321 | 71 | 121 | 0 | 111 | 22 | 176 | 104 | 61 |
| Binary | 101000 | 11010001 | 111001 | 1010001 | 0 | 1001001 | 10010 | 1111110 | 1000100 | 110001 |
Color Harmonies of #28D139
Complementary color
Monochromatic Colors of #28D139
Black with #28D139
Text Example
Text Example
White with #28D139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D139; }
p { color: rgb(40,209,57); }
H1.HeaderClassName
{
color: #28D139;
}
.AnyTagClassName
{
color: #28D139;
}
</style>
background-color css
<style>
a { background-color: #28D139; }
a { background-color: rgb(40,209,57); }
div.DivClassName
{
background-color: #28D139;
}
.BgClassName
{
background-color: #28D139;
}
</style>
border-color css
<style>
span { border-color: #28D139; }
span { border-color: rgb(40,209,57); }
td.TdClassName
{
border-color: #28D139;
}
.TagClassName
{
border-color: #28D139;
}
</style>