Shades of Lime Green #28DE44
Tints of Lime Green #28DE44
RGB
CMYK
RGB Variations
Color information
#28DE44 (or 0x28DE44) is known color: Lime Green. HEX triplet: 28, DE and 44. RGB value is (40,222,68). Sum of RGB (Red+Green+Blue) = 40+222+68=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 222 (87.11% from 255 or 67.27% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 222 - color contains mainly: green. Hex color #28DE44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DE44 is #D721BB. Grayscale: #969696. Windows color (decimal): -14098876 or 4513320. OLE color: 4513320.
HSL color Cylindrical-coordinate representation of color #28DE44: hue angle of 129.23º 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 #28DE44 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 222 | 68 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.13 |
| HSL | 129.23º | 0.73% | 0.51% | - |
| HSV(B) | 129.23º | 0.82% | 0.87% | - |
| XYZ | 28.04 | 53.11 | 14.24 | - |
| YUV | 150.03 | 81.7 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 68 | 0.82 | 0 | 0.69 | 0.13 | 129.23 | 0.73 | 0.51 |
| Hex | 28 | DE | 44 | 52 | 0 | 45 | D | 81 | 49 | 33 |
| Octal | 50 | 336 | 104 | 122 | 0 | 105 | 15 | 201 | 111 | 63 |
| Binary | 101000 | 11011110 | 1000100 | 1010010 | 0 | 1000101 | 1101 | 10000001 | 1001001 | 110011 |
Color Harmonies of #28DE44
Complementary color
Monochromatic Colors of #28DE44
Black with #28DE44
Text Example
Text Example
White with #28DE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DE44; }
p { color: rgb(40,222,68); }
H1.HeaderClassName
{
color: #28DE44;
}
.AnyTagClassName
{
color: #28DE44;
}
</style>
background-color css
<style>
a { background-color: #28DE44; }
a { background-color: rgb(40,222,68); }
div.DivClassName
{
background-color: #28DE44;
}
.BgClassName
{
background-color: #28DE44;
}
</style>
border-color css
<style>
span { border-color: #28DE44; }
span { border-color: rgb(40,222,68); }
td.TdClassName
{
border-color: #28DE44;
}
.TagClassName
{
border-color: #28DE44;
}
</style>