Shades of Lime Green #2DEE28
Tints of Lime Green #2DEE28
RGB
CMYK
RGB Variations
Color information
#2DEE28 (or 0x2DEE28) is known color: Lime Green. HEX triplet: 2D, EE and 28. RGB value is (45,238,40). Sum of RGB (Red+Green+Blue) = 45+238+40=323 (42% of max value = 765). Red value is 45 (17.97% from 255 or 13.93% from 323); Green value is 238 (93.36% from 255 or 73.68% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEE28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEE28 is #D211D7. Grayscale: #9E9E9E. Windows color (decimal): -13767128 or 2682413. OLE color: 2682413.
HSL color Cylindrical-coordinate representation of color #2DEE28: hue angle of 118.48º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DEE28 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 40 | - |
| CMYK | 0.81 | 0 | 0.83 | 0.07 |
| HSL | 118.48º | 0.85% | 0.55% | - |
| HSV(B) | 118.48º | 0.83% | 0.93% | - |
| XYZ | 32.04 | 61.86 | 12.26 | - |
| YUV | 157.72 | 61.56 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 40 | 0.81 | 0 | 0.83 | 0.07 | 118.48 | 0.85 | 0.55 |
| Hex | 2D | EE | 28 | 51 | 0 | 53 | 7 | 76 | 55 | 37 |
| Octal | 55 | 356 | 50 | 121 | 0 | 123 | 7 | 166 | 125 | 67 |
| Binary | 101101 | 11101110 | 101000 | 1010001 | 0 | 1010011 | 111 | 1110110 | 1010101 | 110111 |
Color Harmonies of #2DEE28
Complementary color
Monochromatic Colors of #2DEE28
Black with #2DEE28
Text Example
Text Example
White with #2DEE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEE28; }
p { color: rgb(45,238,40); }
H1.HeaderClassName
{
color: #2DEE28;
}
.AnyTagClassName
{
color: #2DEE28;
}
</style>
background-color css
<style>
a { background-color: #2DEE28; }
a { background-color: rgb(45,238,40); }
div.DivClassName
{
background-color: #2DEE28;
}
.BgClassName
{
background-color: #2DEE28;
}
</style>
border-color css
<style>
span { border-color: #2DEE28; }
span { border-color: rgb(45,238,40); }
td.TdClassName
{
border-color: #2DEE28;
}
.TagClassName
{
border-color: #2DEE28;
}
</style>