Shades of Lime Green #28DE2C
Tints of Lime Green #28DE2C
RGB
CMYK
RGB Variations
Color information
#28DE2C (or 0x28DE2C) is known color: Lime Green. HEX triplet: 28, DE and 2C. RGB value is (40,222,44). Sum of RGB (Red+Green+Blue) = 40+222+44=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 222 (87.11% from 255 or 72.55% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 222 - color contains mainly: green. Hex color #28DE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DE2C is #D721D3. Grayscale: #939393. Windows color (decimal): -14098900 or 2940456. OLE color: 2940456.
HSL color Cylindrical-coordinate representation of color #28DE2C: hue angle of 121.32º 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 #28DE2C is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 222 | 44 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.13 |
| HSL | 121.32º | 0.73% | 0.51% | - |
| HSV(B) | 121.32º | 0.82% | 0.87% | - |
| XYZ | 27.45 | 52.88 | 11.14 | - |
| YUV | 147.29 | 69.7 | 51.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 44 | 0.82 | 0 | 0.80 | 0.13 | 121.32 | 0.73 | 0.51 |
| Hex | 28 | DE | 2C | 52 | 0 | 50 | D | 79 | 49 | 33 |
| Octal | 50 | 336 | 54 | 122 | 0 | 120 | 15 | 171 | 111 | 63 |
| Binary | 101000 | 11011110 | 101100 | 1010010 | 0 | 1010000 | 1101 | 1111001 | 1001001 | 110011 |
Color Harmonies of #28DE2C
Complementary color
Monochromatic Colors of #28DE2C
Black with #28DE2C
Text Example
Text Example
White with #28DE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DE2C; }
p { color: rgb(40,222,44); }
H1.HeaderClassName
{
color: #28DE2C;
}
.AnyTagClassName
{
color: #28DE2C;
}
</style>
background-color css
<style>
a { background-color: #28DE2C; }
a { background-color: rgb(40,222,44); }
div.DivClassName
{
background-color: #28DE2C;
}
.BgClassName
{
background-color: #28DE2C;
}
</style>
border-color css
<style>
span { border-color: #28DE2C; }
span { border-color: rgb(40,222,44); }
td.TdClassName
{
border-color: #28DE2C;
}
.TagClassName
{
border-color: #28DE2C;
}
</style>