Shades of Lime Green #2CC43C
Tints of Lime Green #2CC43C
RGB
CMYK
RGB Variations
Color information
#2CC43C (or 0x2CC43C) is known color: Lime Green. HEX triplet: 2C, C4 and 3C. RGB value is (44,196,60). Sum of RGB (Red+Green+Blue) = 44+196+60=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 196 (76.95% from 255 or 65.33% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 196 - color contains mainly: green. Hex color #2CC43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC43C is #D33BC3. Grayscale: #878787. Windows color (decimal): -13843396 or 3982380. OLE color: 3982380.
HSL color Cylindrical-coordinate representation of color #2CC43C: hue angle of 126.32º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC43C is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 44 | 196 | 60 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.23 |
| HSL | 126.32º | 0.63% | 0.47% | - |
| HSV(B) | 126.32º | 0.78% | 0.77% | - |
| XYZ | 21.59 | 40.34 | 10.92 | - |
| YUV | 135.05 | 85.64 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 196 | 60 | 0.78 | 0 | 0.69 | 0.23 | 126.32 | 0.63 | 0.47 |
| Hex | 2C | C4 | 3C | 4E | 0 | 45 | 17 | 7E | 3F | 2F |
| Octal | 54 | 304 | 74 | 116 | 0 | 105 | 27 | 176 | 77 | 57 |
| Binary | 101100 | 11000100 | 111100 | 1001110 | 0 | 1000101 | 10111 | 1111110 | 111111 | 101111 |
Color Harmonies of #2CC43C
Complementary color
Monochromatic Colors of #2CC43C
Black with #2CC43C
Text Example
Text Example
White with #2CC43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC43C; }
p { color: rgb(44,196,60); }
H1.HeaderClassName
{
color: #2CC43C;
}
.AnyTagClassName
{
color: #2CC43C;
}
</style>
background-color css
<style>
a { background-color: #2CC43C; }
a { background-color: rgb(44,196,60); }
div.DivClassName
{
background-color: #2CC43C;
}
.BgClassName
{
background-color: #2CC43C;
}
</style>
border-color css
<style>
span { border-color: #2CC43C; }
span { border-color: rgb(44,196,60); }
td.TdClassName
{
border-color: #2CC43C;
}
.TagClassName
{
border-color: #2CC43C;
}
</style>