Shades of Lime Green #2DC64E
Tints of Lime Green #2DC64E
RGB
CMYK
RGB Variations
Color information
#2DC64E (or 0x2DC64E) is known color: Lime Green. HEX triplet: 2D, C6 and 4E. RGB value is (45,198,78). Sum of RGB (Red+Green+Blue) = 45+198+78=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 198 (77.73% from 255 or 61.68% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC64E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC64E is #D239B1. Grayscale: #8A8A8A. Windows color (decimal): -13777330 or 5162541. OLE color: 5162541.
HSL color Cylindrical-coordinate representation of color #2DC64E: hue angle of 132.94º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC64E is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 198 | 78 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.22 |
| HSL | 132.94º | 0.63% | 0.48% | - |
| HSV(B) | 132.94º | 0.77% | 0.78% | - |
| XYZ | 22.65 | 41.5 | 14.02 | - |
| YUV | 138.57 | 93.81 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 198 | 78 | 0.77 | 0 | 0.61 | 0.22 | 132.94 | 0.63 | 0.48 |
| Hex | 2D | C6 | 4E | 4D | 0 | 3D | 16 | 85 | 3F | 30 |
| Octal | 55 | 306 | 116 | 115 | 0 | 75 | 26 | 205 | 77 | 60 |
| Binary | 101101 | 11000110 | 1001110 | 1001101 | 0 | 111101 | 10110 | 10000101 | 111111 | 110000 |
Color Harmonies of #2DC64E
Complementary color
Monochromatic Colors of #2DC64E
Black with #2DC64E
Text Example
Text Example
White with #2DC64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC64E; }
p { color: rgb(45,198,78); }
H1.HeaderClassName
{
color: #2DC64E;
}
.AnyTagClassName
{
color: #2DC64E;
}
</style>
background-color css
<style>
a { background-color: #2DC64E; }
a { background-color: rgb(45,198,78); }
div.DivClassName
{
background-color: #2DC64E;
}
.BgClassName
{
background-color: #2DC64E;
}
</style>
border-color css
<style>
span { border-color: #2DC64E; }
span { border-color: rgb(45,198,78); }
td.TdClassName
{
border-color: #2DC64E;
}
.TagClassName
{
border-color: #2DC64E;
}
</style>