Shades of Lime Green #28DD3E
Tints of Lime Green #28DD3E
RGB
CMYK
RGB Variations
Color information
#28DD3E (or 0x28DD3E) is known color: Lime Green. HEX triplet: 28, DD and 3E. RGB value is (40,221,62). Sum of RGB (Red+Green+Blue) = 40+221+62=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 221 (86.72% from 255 or 68.42% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DD3E is #D722C1. Grayscale: #959595. Windows color (decimal): -14099138 or 4119848. OLE color: 4119848.
HSL color Cylindrical-coordinate representation of color #28DD3E: hue angle of 127.29º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DD3E is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 62 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.13 |
| HSL | 127.29º | 0.73% | 0.51% | - |
| HSV(B) | 127.29º | 0.82% | 0.87% | - |
| XYZ | 27.6 | 52.51 | 13.24 | - |
| YUV | 148.76 | 79.03 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 62 | 0.82 | 0 | 0.72 | 0.13 | 127.29 | 0.73 | 0.51 |
| Hex | 28 | DD | 3E | 52 | 0 | 48 | D | 7F | 49 | 33 |
| Octal | 50 | 335 | 76 | 122 | 0 | 110 | 15 | 177 | 111 | 63 |
| Binary | 101000 | 11011101 | 111110 | 1010010 | 0 | 1001000 | 1101 | 1111111 | 1001001 | 110011 |
Color Harmonies of #28DD3E
Complementary color
Monochromatic Colors of #28DD3E
Black with #28DD3E
Text Example
Text Example
White with #28DD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD3E; }
p { color: rgb(40,221,62); }
H1.HeaderClassName
{
color: #28DD3E;
}
.AnyTagClassName
{
color: #28DD3E;
}
</style>
background-color css
<style>
a { background-color: #28DD3E; }
a { background-color: rgb(40,221,62); }
div.DivClassName
{
background-color: #28DD3E;
}
.BgClassName
{
background-color: #28DD3E;
}
</style>
border-color css
<style>
span { border-color: #28DD3E; }
span { border-color: rgb(40,221,62); }
td.TdClassName
{
border-color: #28DD3E;
}
.TagClassName
{
border-color: #28DD3E;
}
</style>