Shades of Lime Green #2DEB40
Tints of Lime Green #2DEB40
RGB
CMYK
RGB Variations
Color information
#2DEB40 (or 0x2DEB40) is known color: Lime Green. HEX triplet: 2D, EB and 40. RGB value is (45,235,64). Sum of RGB (Red+Green+Blue) = 45+235+64=344 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.08% from 344); Green value is 235 (92.19% from 255 or 68.31% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 235 - color contains mainly: green. Hex color #2DEB40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEB40 is #D214BF. Grayscale: #9F9F9F. Windows color (decimal): -13767872 or 4254509. OLE color: 4254509.
HSL color Cylindrical-coordinate representation of color #2DEB40: hue angle of 126º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEB40 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 235 | 64 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.08 |
| HSL | 126º | 0.83% | 0.55% | - |
| HSV(B) | 126º | 0.81% | 0.92% | - |
| XYZ | 31.72 | 60.34 | 14.83 | - |
| YUV | 158.7 | 74.55 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 235 | 64 | 0.81 | 0 | 0.73 | 0.08 | 126 | 0.83 | 0.55 |
| Hex | 2D | EB | 40 | 51 | 0 | 49 | 8 | 7E | 53 | 37 |
| Octal | 55 | 353 | 100 | 121 | 0 | 111 | 10 | 176 | 123 | 67 |
| Binary | 101101 | 11101011 | 1000000 | 1010001 | 0 | 1001001 | 1000 | 1111110 | 1010011 | 110111 |
Color Harmonies of #2DEB40
Complementary color
Monochromatic Colors of #2DEB40
Black with #2DEB40
Text Example
Text Example
White with #2DEB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEB40; }
p { color: rgb(45,235,64); }
H1.HeaderClassName
{
color: #2DEB40;
}
.AnyTagClassName
{
color: #2DEB40;
}
</style>
background-color css
<style>
a { background-color: #2DEB40; }
a { background-color: rgb(45,235,64); }
div.DivClassName
{
background-color: #2DEB40;
}
.BgClassName
{
background-color: #2DEB40;
}
</style>
border-color css
<style>
span { border-color: #2DEB40; }
span { border-color: rgb(45,235,64); }
td.TdClassName
{
border-color: #2DEB40;
}
.TagClassName
{
border-color: #2DEB40;
}
</style>