Shades of Lime Green #2DEA3E
Tints of Lime Green #2DEA3E
RGB
CMYK
RGB Variations
Color information
#2DEA3E (or 0x2DEA3E) is known color: Lime Green. HEX triplet: 2D, EA and 3E. RGB value is (45,234,62). Sum of RGB (Red+Green+Blue) = 45+234+62=341 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.20% from 341); Green value is 234 (91.80% from 255 or 68.62% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEA3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEA3E is #D215C1. Grayscale: #9E9E9E. Windows color (decimal): -13768130 or 4123181. OLE color: 4123181.
HSL color Cylindrical-coordinate representation of color #2DEA3E: hue angle of 125.4º 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 #2DEA3E is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 62 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.08 |
| HSL | 125.4º | 0.82% | 0.55% | - |
| HSV(B) | 125.4º | 0.81% | 0.92% | - |
| XYZ | 31.37 | 59.75 | 14.44 | - |
| YUV | 157.88 | 73.88 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 62 | 0.81 | 0 | 0.74 | 0.08 | 125.4 | 0.82 | 0.55 |
| Hex | 2D | EA | 3E | 51 | 0 | 4A | 8 | 7D | 52 | 37 |
| Octal | 55 | 352 | 76 | 121 | 0 | 112 | 10 | 175 | 122 | 67 |
| Binary | 101101 | 11101010 | 111110 | 1010001 | 0 | 1001010 | 1000 | 1111101 | 1010010 | 110111 |
Color Harmonies of #2DEA3E
Complementary color
Monochromatic Colors of #2DEA3E
Black with #2DEA3E
Text Example
Text Example
White with #2DEA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEA3E; }
p { color: rgb(45,234,62); }
H1.HeaderClassName
{
color: #2DEA3E;
}
.AnyTagClassName
{
color: #2DEA3E;
}
</style>
background-color css
<style>
a { background-color: #2DEA3E; }
a { background-color: rgb(45,234,62); }
div.DivClassName
{
background-color: #2DEA3E;
}
.BgClassName
{
background-color: #2DEA3E;
}
</style>
border-color css
<style>
span { border-color: #2DEA3E; }
span { border-color: rgb(45,234,62); }
td.TdClassName
{
border-color: #2DEA3E;
}
.TagClassName
{
border-color: #2DEA3E;
}
</style>