Shades of Lime Green #2CD449
Tints of Lime Green #2CD449
RGB
CMYK
RGB Variations
Color information
#2CD449 (or 0x2CD449) is known color: Lime Green. HEX triplet: 2C, D4 and 49. RGB value is (44,212,73). Sum of RGB (Red+Green+Blue) = 44+212+73=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 212 (83.20% from 255 or 64.44% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 212 - color contains mainly: green. Hex color #2CD449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD449 is #D32BB6. Grayscale: #929292. Windows color (decimal): -13839287 or 4838444. OLE color: 4838444.
HSL color Cylindrical-coordinate representation of color #2CD449: hue angle of 130.36º degrees, saturation: 0.66, 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 #2CD449 is Cyan = 0.79, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 44 | 212 | 73 | - |
| CMYK | 0.79 | 0 | 0.66 | 0.17 |
| HSL | 130.36º | 0.66% | 0.5% | - |
| HSV(B) | 130.36º | 0.79% | 0.83% | - |
| XYZ | 25.78 | 48.1 | 14.23 | - |
| YUV | 145.92 | 86.84 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 212 | 73 | 0.79 | 0 | 0.66 | 0.17 | 130.36 | 0.66 | 0.5 |
| Hex | 2C | D4 | 49 | 4F | 0 | 42 | 11 | 82 | 42 | 32 |
| Octal | 54 | 324 | 111 | 117 | 0 | 102 | 21 | 202 | 102 | 62 |
| Binary | 101100 | 11010100 | 1001001 | 1001111 | 0 | 1000010 | 10001 | 10000010 | 1000010 | 110010 |
Color Harmonies of #2CD449
Complementary color
Monochromatic Colors of #2CD449
Black with #2CD449
Text Example
Text Example
White with #2CD449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD449; }
p { color: rgb(44,212,73); }
H1.HeaderClassName
{
color: #2CD449;
}
.AnyTagClassName
{
color: #2CD449;
}
</style>
background-color css
<style>
a { background-color: #2CD449; }
a { background-color: rgb(44,212,73); }
div.DivClassName
{
background-color: #2CD449;
}
.BgClassName
{
background-color: #2CD449;
}
</style>
border-color css
<style>
span { border-color: #2CD449; }
span { border-color: rgb(44,212,73); }
td.TdClassName
{
border-color: #2CD449;
}
.TagClassName
{
border-color: #2CD449;
}
</style>