Shades of Lime Green #3CC049
Tints of Lime Green #3CC049
RGB
CMYK
RGB Variations
Color information
#3CC049 (or 0x3CC049) is known color: Lime Green. HEX triplet: 3C, C0 and 49. RGB value is (60,192,73). Sum of RGB (Red+Green+Blue) = 60+192+73=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC049 is #C33FB6. Grayscale: #8B8B8B. Windows color (decimal): -12795831 or 4833340. OLE color: 4833340.
HSL color Cylindrical-coordinate representation of color #3CC049: hue angle of 125.91º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC049 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 192 | 73 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.25 |
| HSL | 125.91º | 0.52% | 0.49% | - |
| HSV(B) | 125.91º | 0.69% | 0.75% | - |
| XYZ | 21.92 | 39.14 | 12.7 | - |
| YUV | 138.97 | 90.77 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 192 | 73 | 0.69 | 0 | 0.62 | 0.25 | 125.91 | 0.52 | 0.49 |
| Hex | 3C | C0 | 49 | 45 | 0 | 3E | 19 | 7E | 34 | 31 |
| Octal | 74 | 300 | 111 | 105 | 0 | 76 | 31 | 176 | 64 | 61 |
| Binary | 111100 | 11000000 | 1001001 | 1000101 | 0 | 111110 | 11001 | 1111110 | 110100 | 110001 |
Color Harmonies of #3CC049
Complementary color
Monochromatic Colors of #3CC049
Black with #3CC049
Text Example
Text Example
White with #3CC049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC049; }
p { color: rgb(60,192,73); }
H1.HeaderClassName
{
color: #3CC049;
}
.AnyTagClassName
{
color: #3CC049;
}
</style>
background-color css
<style>
a { background-color: #3CC049; }
a { background-color: rgb(60,192,73); }
div.DivClassName
{
background-color: #3CC049;
}
.BgClassName
{
background-color: #3CC049;
}
</style>
border-color css
<style>
span { border-color: #3CC049; }
span { border-color: rgb(60,192,73); }
td.TdClassName
{
border-color: #3CC049;
}
.TagClassName
{
border-color: #3CC049;
}
</style>