Shades of Lime Green #28DD44
Tints of Lime Green #28DD44
RGB
CMYK
RGB Variations
Color information
#28DD44 (or 0x28DD44) is known color: Lime Green. HEX triplet: 28, DD and 44. RGB value is (40,221,68). Sum of RGB (Red+Green+Blue) = 40+221+68=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 221 (86.72% from 255 or 67.17% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DD44 is #D722BB. Grayscale: #959595. Windows color (decimal): -14099132 or 4513064. OLE color: 4513064.
HSL color Cylindrical-coordinate representation of color #28DD44: hue angle of 129.28º 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 #28DD44 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 68 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.13 |
| HSL | 129.28º | 0.73% | 0.51% | - |
| HSV(B) | 129.28º | 0.82% | 0.87% | - |
| XYZ | 27.77 | 52.58 | 14.15 | - |
| YUV | 149.44 | 82.03 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 68 | 0.82 | 0 | 0.69 | 0.13 | 129.28 | 0.73 | 0.51 |
| Hex | 28 | DD | 44 | 52 | 0 | 45 | D | 81 | 49 | 33 |
| Octal | 50 | 335 | 104 | 122 | 0 | 105 | 15 | 201 | 111 | 63 |
| Binary | 101000 | 11011101 | 1000100 | 1010010 | 0 | 1000101 | 1101 | 10000001 | 1001001 | 110011 |
Color Harmonies of #28DD44
Complementary color
Monochromatic Colors of #28DD44
Black with #28DD44
Text Example
Text Example
White with #28DD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD44; }
p { color: rgb(40,221,68); }
H1.HeaderClassName
{
color: #28DD44;
}
.AnyTagClassName
{
color: #28DD44;
}
</style>
background-color css
<style>
a { background-color: #28DD44; }
a { background-color: rgb(40,221,68); }
div.DivClassName
{
background-color: #28DD44;
}
.BgClassName
{
background-color: #28DD44;
}
</style>
border-color css
<style>
span { border-color: #28DD44; }
span { border-color: rgb(40,221,68); }
td.TdClassName
{
border-color: #28DD44;
}
.TagClassName
{
border-color: #28DD44;
}
</style>