Shades of Lime Green #2DEA1D
Tints of Lime Green #2DEA1D
RGB
CMYK
RGB Variations
Color information
#2DEA1D (or 0x2DEA1D) is known color: Lime Green. HEX triplet: 2D, EA and 1D. RGB value is (45,234,29). Sum of RGB (Red+Green+Blue) = 45+234+29=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 234 (91.80% from 255 or 75.97% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 234 - color contains mainly: green. Hex color #2DEA1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DEA1D is #D215E2. Grayscale: #9A9A9A. Windows color (decimal): -13768163 or 1960493. OLE color: 1960493.
HSL color Cylindrical-coordinate representation of color #2DEA1D: hue angle of 115.32º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DEA1D is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 234 | 29 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.08 |
| HSL | 115.32º | 0.83% | 0.52% | - |
| HSV(B) | 115.32º | 0.88% | 0.92% | - |
| XYZ | 30.73 | 59.49 | 11.03 | - |
| YUV | 154.12 | 57.38 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 234 | 29 | 0.81 | 0 | 0.88 | 0.08 | 115.32 | 0.83 | 0.52 |
| Hex | 2D | EA | 1D | 51 | 0 | 58 | 8 | 73 | 53 | 34 |
| Octal | 55 | 352 | 35 | 121 | 0 | 130 | 10 | 163 | 123 | 64 |
| Binary | 101101 | 11101010 | 11101 | 1010001 | 0 | 1011000 | 1000 | 1110011 | 1010011 | 110100 |
Color Harmonies of #2DEA1D
Complementary color
Monochromatic Colors of #2DEA1D
Black with #2DEA1D
Text Example
Text Example
White with #2DEA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEA1D; }
p { color: rgb(45,234,29); }
H1.HeaderClassName
{
color: #2DEA1D;
}
.AnyTagClassName
{
color: #2DEA1D;
}
</style>
background-color css
<style>
a { background-color: #2DEA1D; }
a { background-color: rgb(45,234,29); }
div.DivClassName
{
background-color: #2DEA1D;
}
.BgClassName
{
background-color: #2DEA1D;
}
</style>
border-color css
<style>
span { border-color: #2DEA1D; }
span { border-color: rgb(45,234,29); }
td.TdClassName
{
border-color: #2DEA1D;
}
.TagClassName
{
border-color: #2DEA1D;
}
</style>