Shades of Lime Green #2DEE25
Tints of Lime Green #2DEE25
RGB
CMYK
RGB Variations
Color information
#2DEE25 (or 0x2DEE25) is known color: Lime Green. HEX triplet: 2D, EE and 25. RGB value is (45,238,37). Sum of RGB (Red+Green+Blue) = 45+238+37=320 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.06% from 320); Green value is 238 (93.36% from 255 or 74.38% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEE25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEE25 is #D211DA. Grayscale: #9D9D9D. Windows color (decimal): -13767131 or 2485805. OLE color: 2485805.
HSL color Cylindrical-coordinate representation of color #2DEE25: hue angle of 117.61º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DEE25 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 37 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.07 |
| HSL | 117.61º | 0.86% | 0.54% | - |
| HSV(B) | 117.61º | 0.84% | 0.93% | - |
| XYZ | 31.99 | 61.84 | 12 | - |
| YUV | 157.38 | 60.06 | 47.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 37 | 0.81 | 0 | 0.84 | 0.07 | 117.61 | 0.86 | 0.54 |
| Hex | 2D | EE | 25 | 51 | 0 | 54 | 7 | 76 | 56 | 36 |
| Octal | 55 | 356 | 45 | 121 | 0 | 124 | 7 | 166 | 126 | 66 |
| Binary | 101101 | 11101110 | 100101 | 1010001 | 0 | 1010100 | 111 | 1110110 | 1010110 | 110110 |
Color Harmonies of #2DEE25
Complementary color
Monochromatic Colors of #2DEE25
Black with #2DEE25
Text Example
Text Example
White with #2DEE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEE25; }
p { color: rgb(45,238,37); }
H1.HeaderClassName
{
color: #2DEE25;
}
.AnyTagClassName
{
color: #2DEE25;
}
</style>
background-color css
<style>
a { background-color: #2DEE25; }
a { background-color: rgb(45,238,37); }
div.DivClassName
{
background-color: #2DEE25;
}
.BgClassName
{
background-color: #2DEE25;
}
</style>
border-color css
<style>
span { border-color: #2DEE25; }
span { border-color: rgb(45,238,37); }
td.TdClassName
{
border-color: #2DEE25;
}
.TagClassName
{
border-color: #2DEE25;
}
</style>