Shades of Lime Green #2DCA4E
Tints of Lime Green #2DCA4E
RGB
CMYK
RGB Variations
Color information
#2DCA4E (or 0x2DCA4E) is known color: Lime Green. HEX triplet: 2D, CA and 4E. RGB value is (45,202,78). Sum of RGB (Red+Green+Blue) = 45+202+78=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 202 (79.30% from 255 or 62.15% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DCA4E is #D235B1. Grayscale: #8D8D8D. Windows color (decimal): -13776306 or 5163565. OLE color: 5163565.
HSL color Cylindrical-coordinate representation of color #2DCA4E: hue angle of 132.61º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCA4E is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 202 | 78 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.21 |
| HSL | 132.61º | 0.64% | 0.48% | - |
| HSV(B) | 132.61º | 0.78% | 0.79% | - |
| XYZ | 23.58 | 43.35 | 14.33 | - |
| YUV | 140.92 | 92.49 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 78 | 0.78 | 0 | 0.61 | 0.21 | 132.61 | 0.64 | 0.48 |
| Hex | 2D | CA | 4E | 4E | 0 | 3D | 15 | 85 | 40 | 30 |
| Octal | 55 | 312 | 116 | 116 | 0 | 75 | 25 | 205 | 100 | 60 |
| Binary | 101101 | 11001010 | 1001110 | 1001110 | 0 | 111101 | 10101 | 10000101 | 1000000 | 110000 |
Color Harmonies of #2DCA4E
Complementary color
Monochromatic Colors of #2DCA4E
Black with #2DCA4E
Text Example
Text Example
White with #2DCA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCA4E; }
p { color: rgb(45,202,78); }
H1.HeaderClassName
{
color: #2DCA4E;
}
.AnyTagClassName
{
color: #2DCA4E;
}
</style>
background-color css
<style>
a { background-color: #2DCA4E; }
a { background-color: rgb(45,202,78); }
div.DivClassName
{
background-color: #2DCA4E;
}
.BgClassName
{
background-color: #2DCA4E;
}
</style>
border-color css
<style>
span { border-color: #2DCA4E; }
span { border-color: rgb(45,202,78); }
td.TdClassName
{
border-color: #2DCA4E;
}
.TagClassName
{
border-color: #2DCA4E;
}
</style>