Shades of Lime Green #28DD2B
Tints of Lime Green #28DD2B
RGB
CMYK
RGB Variations
Color information
#28DD2B (or 0x28DD2B) is known color: Lime Green. HEX triplet: 28, DD and 2B. RGB value is (40,221,43). Sum of RGB (Red+Green+Blue) = 40+221+43=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 221 (86.72% from 255 or 72.70% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DD2B is #D722D4. Grayscale: #939393. Windows color (decimal): -14099157 or 2874664. OLE color: 2874664.
HSL color Cylindrical-coordinate representation of color #28DD2B: hue angle of 120.99º 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 #28DD2B is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 43 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.13 |
| HSL | 120.99º | 0.73% | 0.51% | - |
| HSV(B) | 120.99º | 0.82% | 0.87% | - |
| XYZ | 27.17 | 52.34 | 10.96 | - |
| YUV | 146.59 | 69.53 | 51.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 43 | 0.82 | 0 | 0.81 | 0.13 | 120.99 | 0.73 | 0.51 |
| Hex | 28 | DD | 2B | 52 | 0 | 51 | D | 79 | 49 | 33 |
| Octal | 50 | 335 | 53 | 122 | 0 | 121 | 15 | 171 | 111 | 63 |
| Binary | 101000 | 11011101 | 101011 | 1010010 | 0 | 1010001 | 1101 | 1111001 | 1001001 | 110011 |
Color Harmonies of #28DD2B
Complementary color
Monochromatic Colors of #28DD2B
Black with #28DD2B
Text Example
Text Example
White with #28DD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD2B; }
p { color: rgb(40,221,43); }
H1.HeaderClassName
{
color: #28DD2B;
}
.AnyTagClassName
{
color: #28DD2B;
}
</style>
background-color css
<style>
a { background-color: #28DD2B; }
a { background-color: rgb(40,221,43); }
div.DivClassName
{
background-color: #28DD2B;
}
.BgClassName
{
background-color: #28DD2B;
}
</style>
border-color css
<style>
span { border-color: #28DD2B; }
span { border-color: rgb(40,221,43); }
td.TdClassName
{
border-color: #28DD2B;
}
.TagClassName
{
border-color: #28DD2B;
}
</style>