Shades of Lime Green #2DEA46
Tints of Lime Green #2DEA46
RGB
CMYK
RGB Variations
Color information
#2DEA46 (or 0x2DEA46) is known color: Lime Green. HEX triplet: 2D, EA and 46. RGB value is (45,234,70). Sum of RGB (Red+Green+Blue) = 45+234+70=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 234 (91.80% from 255 or 67.05% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEA46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEA46 is #D215B9. Grayscale: #9F9F9F. Windows color (decimal): -13768122 or 4647469. OLE color: 4647469.
HSL color Cylindrical-coordinate representation of color #2DEA46: hue angle of 127.94º degrees, saturation: 0.82, 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 #2DEA46 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 70 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.08 |
| HSL | 127.94º | 0.82% | 0.55% | - |
| HSV(B) | 127.94º | 0.81% | 0.92% | - |
| XYZ | 31.61 | 59.85 | 15.68 | - |
| YUV | 158.79 | 77.88 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 70 | 0.81 | 0 | 0.70 | 0.08 | 127.94 | 0.82 | 0.55 |
| Hex | 2D | EA | 46 | 51 | 0 | 46 | 8 | 80 | 52 | 37 |
| Octal | 55 | 352 | 106 | 121 | 0 | 106 | 10 | 200 | 122 | 67 |
| Binary | 101101 | 11101010 | 1000110 | 1010001 | 0 | 1000110 | 1000 | 10000000 | 1010010 | 110111 |
Color Harmonies of #2DEA46
Complementary color
Monochromatic Colors of #2DEA46
Black with #2DEA46
Text Example
Text Example
White with #2DEA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEA46; }
p { color: rgb(45,234,70); }
H1.HeaderClassName
{
color: #2DEA46;
}
.AnyTagClassName
{
color: #2DEA46;
}
</style>
background-color css
<style>
a { background-color: #2DEA46; }
a { background-color: rgb(45,234,70); }
div.DivClassName
{
background-color: #2DEA46;
}
.BgClassName
{
background-color: #2DEA46;
}
</style>
border-color css
<style>
span { border-color: #2DEA46; }
span { border-color: rgb(45,234,70); }
td.TdClassName
{
border-color: #2DEA46;
}
.TagClassName
{
border-color: #2DEA46;
}
</style>