Shades of Lime Green #28D339
Tints of Lime Green #28D339
RGB
CMYK
RGB Variations
Color information
#28D339 (or 0x28D339) is known color: Lime Green. HEX triplet: 28, D3 and 39. RGB value is (40,211,57). Sum of RGB (Red+Green+Blue) = 40+211+57=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 211 (82.81% from 255 or 68.51% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 211 - color contains mainly: green. Hex color #28D339 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D339 is #D72CC6. Grayscale: #8E8E8E. Windows color (decimal): -14101703 or 3789608. OLE color: 3789608.
HSL color Cylindrical-coordinate representation of color #28D339: hue angle of 125.96º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D339 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 211 | 57 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.17 |
| HSL | 125.96º | 0.68% | 0.49% | - |
| HSV(B) | 125.96º | 0.81% | 0.83% | - |
| XYZ | 24.91 | 47.34 | 11.69 | - |
| YUV | 142.32 | 79.85 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 211 | 57 | 0.81 | 0 | 0.73 | 0.17 | 125.96 | 0.68 | 0.49 |
| Hex | 28 | D3 | 39 | 51 | 0 | 49 | 11 | 7E | 44 | 31 |
| Octal | 50 | 323 | 71 | 121 | 0 | 111 | 21 | 176 | 104 | 61 |
| Binary | 101000 | 11010011 | 111001 | 1010001 | 0 | 1001001 | 10001 | 1111110 | 1000100 | 110001 |
Color Harmonies of #28D339
Complementary color
Monochromatic Colors of #28D339
Black with #28D339
Text Example
Text Example
White with #28D339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D339; }
p { color: rgb(40,211,57); }
H1.HeaderClassName
{
color: #28D339;
}
.AnyTagClassName
{
color: #28D339;
}
</style>
background-color css
<style>
a { background-color: #28D339; }
a { background-color: rgb(40,211,57); }
div.DivClassName
{
background-color: #28D339;
}
.BgClassName
{
background-color: #28D339;
}
</style>
border-color css
<style>
span { border-color: #28D339; }
span { border-color: rgb(40,211,57); }
td.TdClassName
{
border-color: #28D339;
}
.TagClassName
{
border-color: #28D339;
}
</style>