Shades of Lime Green #2CD44A
Tints of Lime Green #2CD44A
RGB
CMYK
RGB Variations
Color information
#2CD44A (or 0x2CD44A) is known color: Lime Green. HEX triplet: 2C, D4 and 4A. RGB value is (44,212,74). Sum of RGB (Red+Green+Blue) = 44+212+74=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 212 (83.20% from 255 or 64.24% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 212 - color contains mainly: green. Hex color #2CD44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD44A is #D32BB5. Grayscale: #929292. Windows color (decimal): -13839286 or 4903980. OLE color: 4903980.
HSL color Cylindrical-coordinate representation of color #2CD44A: hue angle of 130.71º 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 #2CD44A is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 44 | 212 | 74 | - |
| CMYK | 0.79 | 0 | 0.65 | 0.17 |
| HSL | 130.71º | 0.66% | 0.5% | - |
| HSV(B) | 130.71º | 0.79% | 0.83% | - |
| XYZ | 25.82 | 48.12 | 14.41 | - |
| YUV | 146.04 | 87.34 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 212 | 74 | 0.79 | 0 | 0.65 | 0.17 | 130.71 | 0.66 | 0.5 |
| Hex | 2C | D4 | 4A | 4F | 0 | 41 | 11 | 83 | 42 | 32 |
| Octal | 54 | 324 | 112 | 117 | 0 | 101 | 21 | 203 | 102 | 62 |
| Binary | 101100 | 11010100 | 1001010 | 1001111 | 0 | 1000001 | 10001 | 10000011 | 1000010 | 110010 |
Color Harmonies of #2CD44A
Complementary color
Monochromatic Colors of #2CD44A
Black with #2CD44A
Text Example
Text Example
White with #2CD44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD44A; }
p { color: rgb(44,212,74); }
H1.HeaderClassName
{
color: #2CD44A;
}
.AnyTagClassName
{
color: #2CD44A;
}
</style>
background-color css
<style>
a { background-color: #2CD44A; }
a { background-color: rgb(44,212,74); }
div.DivClassName
{
background-color: #2CD44A;
}
.BgClassName
{
background-color: #2CD44A;
}
</style>
border-color css
<style>
span { border-color: #2CD44A; }
span { border-color: rgb(44,212,74); }
td.TdClassName
{
border-color: #2CD44A;
}
.TagClassName
{
border-color: #2CD44A;
}
</style>