Shades of Lime Green #2DEC25
Tints of Lime Green #2DEC25
RGB
CMYK
RGB Variations
Color information
#2DEC25 (or 0x2DEC25) is known color: Lime Green. HEX triplet: 2D, EC and 25. RGB value is (45,236,37). Sum of RGB (Red+Green+Blue) = 45+236+37=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 236 (92.58% from 255 or 74.21% from 318); Blue value is 37 (14.84% from 255 or 11.64% from 318); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEC25 is #D213DA. Grayscale: #9C9C9C. Windows color (decimal): -13767643 or 2485293. OLE color: 2485293.
HSL color Cylindrical-coordinate representation of color #2DEC25: hue angle of 117.59º degrees, saturation: 0.84, 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 #2DEC25 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 37 | - |
| CMYK | 0.81 | 0 | 0.84 | 0.07 |
| HSL | 117.59º | 0.84% | 0.54% | - |
| HSV(B) | 117.59º | 0.84% | 0.93% | - |
| XYZ | 31.41 | 60.68 | 11.81 | - |
| YUV | 156.21 | 60.72 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 37 | 0.81 | 0 | 0.84 | 0.07 | 117.59 | 0.84 | 0.54 |
| Hex | 2D | EC | 25 | 51 | 0 | 54 | 7 | 76 | 54 | 36 |
| Octal | 55 | 354 | 45 | 121 | 0 | 124 | 7 | 166 | 124 | 66 |
| Binary | 101101 | 11101100 | 100101 | 1010001 | 0 | 1010100 | 111 | 1110110 | 1010100 | 110110 |
Color Harmonies of #2DEC25
Complementary color
Monochromatic Colors of #2DEC25
Black with #2DEC25
Text Example
Text Example
White with #2DEC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEC25; }
p { color: rgb(45,236,37); }
H1.HeaderClassName
{
color: #2DEC25;
}
.AnyTagClassName
{
color: #2DEC25;
}
</style>
background-color css
<style>
a { background-color: #2DEC25; }
a { background-color: rgb(45,236,37); }
div.DivClassName
{
background-color: #2DEC25;
}
.BgClassName
{
background-color: #2DEC25;
}
</style>
border-color css
<style>
span { border-color: #2DEC25; }
span { border-color: rgb(45,236,37); }
td.TdClassName
{
border-color: #2DEC25;
}
.TagClassName
{
border-color: #2DEC25;
}
</style>