Shades of Lime Green #2CD54E
Tints of Lime Green #2CD54E
RGB
CMYK
RGB Variations
Color information
#2CD54E (or 0x2CD54E) is known color: Lime Green. HEX triplet: 2C, D5 and 4E. RGB value is (44,213,78). Sum of RGB (Red+Green+Blue) = 44+213+78=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 213 (83.59% from 255 or 63.58% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD54E is #D32AB1. Grayscale: #939393. Windows color (decimal): -13839026 or 5166380. OLE color: 5166380.
HSL color Cylindrical-coordinate representation of color #2CD54E: hue angle of 132.07º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD54E is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 213 | 78 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.16 |
| HSL | 132.07º | 0.67% | 0.5% | - |
| HSV(B) | 132.07º | 0.79% | 0.84% | - |
| XYZ | 26.21 | 48.67 | 15.22 | - |
| YUV | 147.08 | 89.01 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 213 | 78 | 0.79 | 0 | 0.63 | 0.16 | 132.07 | 0.67 | 0.5 |
| Hex | 2C | D5 | 4E | 4F | 0 | 3F | 10 | 84 | 43 | 32 |
| Octal | 54 | 325 | 116 | 117 | 0 | 77 | 20 | 204 | 103 | 62 |
| Binary | 101100 | 11010101 | 1001110 | 1001111 | 0 | 111111 | 10000 | 10000100 | 1000011 | 110010 |
Color Harmonies of #2CD54E
Complementary color
Monochromatic Colors of #2CD54E
Black with #2CD54E
Text Example
Text Example
White with #2CD54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD54E; }
p { color: rgb(44,213,78); }
H1.HeaderClassName
{
color: #2CD54E;
}
.AnyTagClassName
{
color: #2CD54E;
}
</style>
background-color css
<style>
a { background-color: #2CD54E; }
a { background-color: rgb(44,213,78); }
div.DivClassName
{
background-color: #2CD54E;
}
.BgClassName
{
background-color: #2CD54E;
}
</style>
border-color css
<style>
span { border-color: #2CD54E; }
span { border-color: rgb(44,213,78); }
td.TdClassName
{
border-color: #2CD54E;
}
.TagClassName
{
border-color: #2CD54E;
}
</style>