Shades of Lime Green #2DEE2C
Tints of Lime Green #2DEE2C
RGB
CMYK
RGB Variations
Color information
#2DEE2C (or 0x2DEE2C) is known color: Lime Green. HEX triplet: 2D, EE and 2C. RGB value is (45,238,44). Sum of RGB (Red+Green+Blue) = 45+238+44=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 238 (93.36% from 255 or 72.78% from 327); Blue value is 44 (17.58% from 255 or 13.46% from 327); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEE2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEE2C is #D211D3. Grayscale: #9E9E9E. Windows color (decimal): -13767124 or 2944557. OLE color: 2944557.
HSL color Cylindrical-coordinate representation of color #2DEE2C: hue angle of 119.69º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DEE2C is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 44 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.07 |
| HSL | 119.69º | 0.85% | 0.55% | - |
| HSV(B) | 119.69º | 0.82% | 0.93% | - |
| XYZ | 32.11 | 61.89 | 12.64 | - |
| YUV | 158.18 | 63.56 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 44 | 0.81 | 0 | 0.82 | 0.07 | 119.69 | 0.85 | 0.55 |
| Hex | 2D | EE | 2C | 51 | 0 | 52 | 7 | 78 | 55 | 37 |
| Octal | 55 | 356 | 54 | 121 | 0 | 122 | 7 | 170 | 125 | 67 |
| Binary | 101101 | 11101110 | 101100 | 1010001 | 0 | 1010010 | 111 | 1111000 | 1010101 | 110111 |
Color Harmonies of #2DEE2C
Complementary color
Monochromatic Colors of #2DEE2C
Black with #2DEE2C
Text Example
Text Example
White with #2DEE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEE2C; }
p { color: rgb(45,238,44); }
H1.HeaderClassName
{
color: #2DEE2C;
}
.AnyTagClassName
{
color: #2DEE2C;
}
</style>
background-color css
<style>
a { background-color: #2DEE2C; }
a { background-color: rgb(45,238,44); }
div.DivClassName
{
background-color: #2DEE2C;
}
.BgClassName
{
background-color: #2DEE2C;
}
</style>
border-color css
<style>
span { border-color: #2DEE2C; }
span { border-color: rgb(45,238,44); }
td.TdClassName
{
border-color: #2DEE2C;
}
.TagClassName
{
border-color: #2DEE2C;
}
</style>