Shades of Lime Green #3CC44A
Tints of Lime Green #3CC44A
RGB
CMYK
RGB Variations
Color information
#3CC44A (or 0x3CC44A) is known color: Lime Green. HEX triplet: 3C, C4 and 4A. RGB value is (60,196,74). Sum of RGB (Red+Green+Blue) = 60+196+74=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 196 (76.95% from 255 or 59.39% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 196 - color contains mainly: green. Hex color #3CC44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC44A is #C33BB5. Grayscale: #8D8D8D. Windows color (decimal): -12794806 or 4899900. OLE color: 4899900.
HSL color Cylindrical-coordinate representation of color #3CC44A: hue angle of 126.18º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC44A is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 196 | 74 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.23 |
| HSL | 126.18º | 0.54% | 0.5% | - |
| HSV(B) | 126.18º | 0.69% | 0.77% | - |
| XYZ | 22.84 | 40.93 | 13.18 | - |
| YUV | 141.43 | 89.94 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 196 | 74 | 0.69 | 0 | 0.62 | 0.23 | 126.18 | 0.54 | 0.5 |
| Hex | 3C | C4 | 4A | 45 | 0 | 3E | 17 | 7E | 36 | 32 |
| Octal | 74 | 304 | 112 | 105 | 0 | 76 | 27 | 176 | 66 | 62 |
| Binary | 111100 | 11000100 | 1001010 | 1000101 | 0 | 111110 | 10111 | 1111110 | 110110 | 110010 |
Color Harmonies of #3CC44A
Complementary color
Monochromatic Colors of #3CC44A
Black with #3CC44A
Text Example
Text Example
White with #3CC44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC44A; }
p { color: rgb(60,196,74); }
H1.HeaderClassName
{
color: #3CC44A;
}
.AnyTagClassName
{
color: #3CC44A;
}
</style>
background-color css
<style>
a { background-color: #3CC44A; }
a { background-color: rgb(60,196,74); }
div.DivClassName
{
background-color: #3CC44A;
}
.BgClassName
{
background-color: #3CC44A;
}
</style>
border-color css
<style>
span { border-color: #3CC44A; }
span { border-color: rgb(60,196,74); }
td.TdClassName
{
border-color: #3CC44A;
}
.TagClassName
{
border-color: #3CC44A;
}
</style>