Shades of Lime Green #2CD64C
Tints of Lime Green #2CD64C
RGB
CMYK
RGB Variations
Color information
#2CD64C (or 0x2CD64C) is known color: Lime Green. HEX triplet: 2C, D6 and 4C. RGB value is (44,214,76). Sum of RGB (Red+Green+Blue) = 44+214+76=334 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.17% from 334); Green value is 214 (83.98% from 255 or 64.07% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 214 - color contains mainly: green. Hex color #2CD64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD64C is #D329B3. Grayscale: #939393. Windows color (decimal): -13838772 or 5035564. OLE color: 5035564.
HSL color Cylindrical-coordinate representation of color #2CD64C: hue angle of 131.29º 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 #2CD64C is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 214 | 76 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.16 |
| HSL | 131.29º | 0.67% | 0.51% | - |
| HSV(B) | 131.29º | 0.79% | 0.84% | - |
| XYZ | 26.39 | 49.15 | 14.93 | - |
| YUV | 147.44 | 87.68 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 214 | 76 | 0.79 | 0 | 0.64 | 0.16 | 131.29 | 0.67 | 0.51 |
| Hex | 2C | D6 | 4C | 4F | 0 | 40 | 10 | 83 | 43 | 33 |
| Octal | 54 | 326 | 114 | 117 | 0 | 100 | 20 | 203 | 103 | 63 |
| Binary | 101100 | 11010110 | 1001100 | 1001111 | 0 | 1000000 | 10000 | 10000011 | 1000011 | 110011 |
Color Harmonies of #2CD64C
Complementary color
Monochromatic Colors of #2CD64C
Black with #2CD64C
Text Example
Text Example
White with #2CD64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD64C; }
p { color: rgb(44,214,76); }
H1.HeaderClassName
{
color: #2CD64C;
}
.AnyTagClassName
{
color: #2CD64C;
}
</style>
background-color css
<style>
a { background-color: #2CD64C; }
a { background-color: rgb(44,214,76); }
div.DivClassName
{
background-color: #2CD64C;
}
.BgClassName
{
background-color: #2CD64C;
}
</style>
border-color css
<style>
span { border-color: #2CD64C; }
span { border-color: rgb(44,214,76); }
td.TdClassName
{
border-color: #2CD64C;
}
.TagClassName
{
border-color: #2CD64C;
}
</style>