Shades of Lime Green #2CD94A
Tints of Lime Green #2CD94A
RGB
CMYK
RGB Variations
Color information
#2CD94A (or 0x2CD94A) is known color: Lime Green. HEX triplet: 2C, D9 and 4A. RGB value is (44,217,74). Sum of RGB (Red+Green+Blue) = 44+217+74=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 217 (85.16% from 255 or 64.78% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 217 - color contains mainly: green. Hex color #2CD94A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD94A is #D326B5. Grayscale: #959595. Windows color (decimal): -13838006 or 4905260. OLE color: 4905260.
HSL color Cylindrical-coordinate representation of color #2CD94A: hue angle of 130.4º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD94A is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 217 | 74 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.15 |
| HSL | 130.4º | 0.69% | 0.51% | - |
| HSV(B) | 130.4º | 0.8% | 0.85% | - |
| XYZ | 27.09 | 50.66 | 14.83 | - |
| YUV | 148.97 | 85.69 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 217 | 74 | 0.80 | 0 | 0.66 | 0.15 | 130.4 | 0.69 | 0.51 |
| Hex | 2C | D9 | 4A | 50 | 0 | 42 | F | 82 | 45 | 33 |
| Octal | 54 | 331 | 112 | 120 | 0 | 102 | 17 | 202 | 105 | 63 |
| Binary | 101100 | 11011001 | 1001010 | 1010000 | 0 | 1000010 | 1111 | 10000010 | 1000101 | 110011 |
Color Harmonies of #2CD94A
Complementary color
Monochromatic Colors of #2CD94A
Black with #2CD94A
Text Example
Text Example
White with #2CD94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD94A; }
p { color: rgb(44,217,74); }
H1.HeaderClassName
{
color: #2CD94A;
}
.AnyTagClassName
{
color: #2CD94A;
}
</style>
background-color css
<style>
a { background-color: #2CD94A; }
a { background-color: rgb(44,217,74); }
div.DivClassName
{
background-color: #2CD94A;
}
.BgClassName
{
background-color: #2CD94A;
}
</style>
border-color css
<style>
span { border-color: #2CD94A; }
span { border-color: rgb(44,217,74); }
td.TdClassName
{
border-color: #2CD94A;
}
.TagClassName
{
border-color: #2CD94A;
}
</style>