Shades of Lime Green #2CD24D
Tints of Lime Green #2CD24D
RGB
CMYK
RGB Variations
Color information
#2CD24D (or 0x2CD24D) is known color: Lime Green. HEX triplet: 2C, D2 and 4D. RGB value is (44,210,77). Sum of RGB (Red+Green+Blue) = 44+210+77=331 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.29% from 331); Green value is 210 (82.42% from 255 or 63.44% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 210 - color contains mainly: green. Hex color #2CD24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD24D is #D32DB2. Grayscale: #919191. Windows color (decimal): -13839795 or 5100076. OLE color: 5100076.
HSL color Cylindrical-coordinate representation of color #2CD24D: hue angle of 131.93º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD24D is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 210 | 77 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.18 |
| HSL | 131.93º | 0.65% | 0.5% | - |
| HSV(B) | 131.93º | 0.79% | 0.82% | - |
| XYZ | 25.42 | 47.16 | 14.78 | - |
| YUV | 145.2 | 89.5 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 210 | 77 | 0.79 | 0 | 0.63 | 0.18 | 131.93 | 0.65 | 0.5 |
| Hex | 2C | D2 | 4D | 4F | 0 | 3F | 12 | 84 | 41 | 32 |
| Octal | 54 | 322 | 115 | 117 | 0 | 77 | 22 | 204 | 101 | 62 |
| Binary | 101100 | 11010010 | 1001101 | 1001111 | 0 | 111111 | 10010 | 10000100 | 1000001 | 110010 |
Color Harmonies of #2CD24D
Complementary color
Monochromatic Colors of #2CD24D
Black with #2CD24D
Text Example
Text Example
White with #2CD24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD24D; }
p { color: rgb(44,210,77); }
H1.HeaderClassName
{
color: #2CD24D;
}
.AnyTagClassName
{
color: #2CD24D;
}
</style>
background-color css
<style>
a { background-color: #2CD24D; }
a { background-color: rgb(44,210,77); }
div.DivClassName
{
background-color: #2CD24D;
}
.BgClassName
{
background-color: #2CD24D;
}
</style>
border-color css
<style>
span { border-color: #2CD24D; }
span { border-color: rgb(44,210,77); }
td.TdClassName
{
border-color: #2CD24D;
}
.TagClassName
{
border-color: #2CD24D;
}
</style>