Shades of Lime Green #3CC94A
Tints of Lime Green #3CC94A
RGB
CMYK
RGB Variations
Color information
#3CC94A (or 0x3CC94A) is known color: Lime Green. HEX triplet: 3C, C9 and 4A. RGB value is (60,201,74). Sum of RGB (Red+Green+Blue) = 60+201+74=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 201 (78.91% from 255 or 60% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC94A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC94A is #C336B5. Grayscale: #909090. Windows color (decimal): -12793526 or 4901180. OLE color: 4901180.
HSL color Cylindrical-coordinate representation of color #3CC94A: hue angle of 125.96º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC94A is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 74 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.21 |
| HSL | 125.96º | 0.57% | 0.51% | - |
| HSV(B) | 125.96º | 0.7% | 0.79% | - |
| XYZ | 23.99 | 43.23 | 13.56 | - |
| YUV | 144.36 | 88.29 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 74 | 0.70 | 0 | 0.63 | 0.21 | 125.96 | 0.57 | 0.51 |
| Hex | 3C | C9 | 4A | 46 | 0 | 3F | 15 | 7E | 39 | 33 |
| Octal | 74 | 311 | 112 | 106 | 0 | 77 | 25 | 176 | 71 | 63 |
| Binary | 111100 | 11001001 | 1001010 | 1000110 | 0 | 111111 | 10101 | 1111110 | 111001 | 110011 |
Color Harmonies of #3CC94A
Complementary color
Monochromatic Colors of #3CC94A
Black with #3CC94A
Text Example
Text Example
White with #3CC94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC94A; }
p { color: rgb(60,201,74); }
H1.HeaderClassName
{
color: #3CC94A;
}
.AnyTagClassName
{
color: #3CC94A;
}
</style>
background-color css
<style>
a { background-color: #3CC94A; }
a { background-color: rgb(60,201,74); }
div.DivClassName
{
background-color: #3CC94A;
}
.BgClassName
{
background-color: #3CC94A;
}
</style>
border-color css
<style>
span { border-color: #3CC94A; }
span { border-color: rgb(60,201,74); }
td.TdClassName
{
border-color: #3CC94A;
}
.TagClassName
{
border-color: #3CC94A;
}
</style>