Shades of Lime Green #2CD34F
Tints of Lime Green #2CD34F
RGB
CMYK
RGB Variations
Color information
#2CD34F (or 0x2CD34F) is known color: Lime Green. HEX triplet: 2C, D3 and 4F. RGB value is (44,211,79). Sum of RGB (Red+Green+Blue) = 44+211+79=334 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.17% from 334); Green value is 211 (82.81% from 255 or 63.17% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 211 - color contains mainly: green. Hex color #2CD34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD34F is #D32CB0. Grayscale: #929292. Windows color (decimal): -13839537 or 5231404. OLE color: 5231404.
HSL color Cylindrical-coordinate representation of color #2CD34F: hue angle of 132.57º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD34F is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 44 | 211 | 79 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.17 |
| HSL | 132.57º | 0.65% | 0.5% | - |
| HSV(B) | 132.57º | 0.79% | 0.83% | - |
| XYZ | 25.74 | 47.69 | 15.25 | - |
| YUV | 146.02 | 90.17 | 55.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 211 | 79 | 0.79 | 0 | 0.63 | 0.17 | 132.57 | 0.65 | 0.5 |
| Hex | 2C | D3 | 4F | 4F | 0 | 3F | 11 | 85 | 41 | 32 |
| Octal | 54 | 323 | 117 | 117 | 0 | 77 | 21 | 205 | 101 | 62 |
| Binary | 101100 | 11010011 | 1001111 | 1001111 | 0 | 111111 | 10001 | 10000101 | 1000001 | 110010 |
Color Harmonies of #2CD34F
Complementary color
Monochromatic Colors of #2CD34F
Black with #2CD34F
Text Example
Text Example
White with #2CD34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD34F; }
p { color: rgb(44,211,79); }
H1.HeaderClassName
{
color: #2CD34F;
}
.AnyTagClassName
{
color: #2CD34F;
}
</style>
background-color css
<style>
a { background-color: #2CD34F; }
a { background-color: rgb(44,211,79); }
div.DivClassName
{
background-color: #2CD34F;
}
.BgClassName
{
background-color: #2CD34F;
}
</style>
border-color css
<style>
span { border-color: #2CD34F; }
span { border-color: rgb(44,211,79); }
td.TdClassName
{
border-color: #2CD34F;
}
.TagClassName
{
border-color: #2CD34F;
}
</style>