Shades of Lime Green #2CC04A
Tints of Lime Green #2CC04A
RGB
CMYK
RGB Variations
Color information
#2CC04A (or 0x2CC04A) is known color: Lime Green. HEX triplet: 2C, C0 and 4A. RGB value is (44,192,74). Sum of RGB (Red+Green+Blue) = 44+192+74=310 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.19% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC04A is #D33FB5. Grayscale: #868686. Windows color (decimal): -13844406 or 4898860. OLE color: 4898860.
HSL color Cylindrical-coordinate representation of color #2CC04A: hue angle of 132.16º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CC04A is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 74 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.25 |
| HSL | 132.16º | 0.63% | 0.46% | - |
| HSV(B) | 132.16º | 0.77% | 0.75% | - |
| XYZ | 21.12 | 38.73 | 12.84 | - |
| YUV | 134.3 | 93.97 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 74 | 0.77 | 0 | 0.61 | 0.25 | 132.16 | 0.63 | 0.46 |
| Hex | 2C | C0 | 4A | 4D | 0 | 3D | 19 | 84 | 3F | 2E |
| Octal | 54 | 300 | 112 | 115 | 0 | 75 | 31 | 204 | 77 | 56 |
| Binary | 101100 | 11000000 | 1001010 | 1001101 | 0 | 111101 | 11001 | 10000100 | 111111 | 101110 |
Color Harmonies of #2CC04A
Complementary color
Monochromatic Colors of #2CC04A
Black with #2CC04A
Text Example
Text Example
White with #2CC04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC04A; }
p { color: rgb(44,192,74); }
H1.HeaderClassName
{
color: #2CC04A;
}
.AnyTagClassName
{
color: #2CC04A;
}
</style>
background-color css
<style>
a { background-color: #2CC04A; }
a { background-color: rgb(44,192,74); }
div.DivClassName
{
background-color: #2CC04A;
}
.BgClassName
{
background-color: #2CC04A;
}
</style>
border-color css
<style>
span { border-color: #2CC04A; }
span { border-color: rgb(44,192,74); }
td.TdClassName
{
border-color: #2CC04A;
}
.TagClassName
{
border-color: #2CC04A;
}
</style>