Shades of Lime Green #2CD64E
Tints of Lime Green #2CD64E
RGB
CMYK
RGB Variations
Color information
#2CD64E (or 0x2CD64E) is known color: Lime Green. HEX triplet: 2C, D6 and 4E. RGB value is (44,214,78). Sum of RGB (Red+Green+Blue) = 44+214+78=336 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.10% from 336); Green value is 214 (83.98% from 255 or 63.69% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 214 - color contains mainly: green. Hex color #2CD64E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD64E is #D329B1. Grayscale: #949494. Windows color (decimal): -13838770 or 5166636. OLE color: 5166636.
HSL color Cylindrical-coordinate representation of color #2CD64E: hue angle of 132º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD64E is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 214 | 78 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.16 |
| HSL | 132º | 0.67% | 0.51% | - |
| HSV(B) | 132º | 0.79% | 0.84% | - |
| XYZ | 26.46 | 49.18 | 15.31 | - |
| YUV | 147.67 | 88.68 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 214 | 78 | 0.79 | 0 | 0.64 | 0.16 | 132 | 0.67 | 0.51 |
| Hex | 2C | D6 | 4E | 4F | 0 | 40 | 10 | 84 | 43 | 33 |
| Octal | 54 | 326 | 116 | 117 | 0 | 100 | 20 | 204 | 103 | 63 |
| Binary | 101100 | 11010110 | 1001110 | 1001111 | 0 | 1000000 | 10000 | 10000100 | 1000011 | 110011 |
Color Harmonies of #2CD64E
Complementary color
Monochromatic Colors of #2CD64E
Black with #2CD64E
Text Example
Text Example
White with #2CD64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD64E; }
p { color: rgb(44,214,78); }
H1.HeaderClassName
{
color: #2CD64E;
}
.AnyTagClassName
{
color: #2CD64E;
}
</style>
background-color css
<style>
a { background-color: #2CD64E; }
a { background-color: rgb(44,214,78); }
div.DivClassName
{
background-color: #2CD64E;
}
.BgClassName
{
background-color: #2CD64E;
}
</style>
border-color css
<style>
span { border-color: #2CD64E; }
span { border-color: rgb(44,214,78); }
td.TdClassName
{
border-color: #2CD64E;
}
.TagClassName
{
border-color: #2CD64E;
}
</style>