Shades of Lime Green #2DEC41
Tints of Lime Green #2DEC41
RGB
CMYK
RGB Variations
Color information
#2DEC41 (or 0x2DEC41) is known color: Lime Green. HEX triplet: 2D, EC and 41. RGB value is (45,236,65). Sum of RGB (Red+Green+Blue) = 45+236+65=346 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.01% from 346); Green value is 236 (92.58% from 255 or 68.21% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 236 - color contains mainly: green. Hex color #2DEC41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEC41 is #D213BE. Grayscale: #9F9F9F. Windows color (decimal): -13767615 or 4320301. OLE color: 4320301.
HSL color Cylindrical-coordinate representation of color #2DEC41: hue angle of 126.28º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEC41 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 65 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.07 |
| HSL | 126.28º | 0.83% | 0.55% | - |
| HSV(B) | 126.28º | 0.81% | 0.93% | - |
| XYZ | 32.03 | 60.93 | 15.07 | - |
| YUV | 159.4 | 74.72 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 65 | 0.81 | 0 | 0.72 | 0.07 | 126.28 | 0.83 | 0.55 |
| Hex | 2D | EC | 41 | 51 | 0 | 48 | 7 | 7E | 53 | 37 |
| Octal | 55 | 354 | 101 | 121 | 0 | 110 | 7 | 176 | 123 | 67 |
| Binary | 101101 | 11101100 | 1000001 | 1010001 | 0 | 1001000 | 111 | 1111110 | 1010011 | 110111 |
Color Harmonies of #2DEC41
Complementary color
Monochromatic Colors of #2DEC41
Black with #2DEC41
Text Example
Text Example
White with #2DEC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEC41; }
p { color: rgb(45,236,65); }
H1.HeaderClassName
{
color: #2DEC41;
}
.AnyTagClassName
{
color: #2DEC41;
}
</style>
background-color css
<style>
a { background-color: #2DEC41; }
a { background-color: rgb(45,236,65); }
div.DivClassName
{
background-color: #2DEC41;
}
.BgClassName
{
background-color: #2DEC41;
}
</style>
border-color css
<style>
span { border-color: #2DEC41; }
span { border-color: rgb(45,236,65); }
td.TdClassName
{
border-color: #2DEC41;
}
.TagClassName
{
border-color: #2DEC41;
}
</style>