Shades of Lime Green #3CC246
Tints of Lime Green #3CC246
RGB
CMYK
RGB Variations
Color information
#3CC246 (or 0x3CC246) is known color: Lime Green. HEX triplet: 3C, C2 and 46. RGB value is (60,194,70). Sum of RGB (Red+Green+Blue) = 60+194+70=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 194 (76.17% from 255 or 59.88% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC246 is #C33DB9. Grayscale: #8C8C8C. Windows color (decimal): -12795322 or 4637244. OLE color: 4637244.
HSL color Cylindrical-coordinate representation of color #3CC246: hue angle of 124.48º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC246 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 70 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.24 |
| HSL | 124.48º | 0.53% | 0.5% | - |
| HSV(B) | 124.48º | 0.69% | 0.76% | - |
| XYZ | 22.26 | 39.99 | 12.34 | - |
| YUV | 139.8 | 88.61 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 70 | 0.69 | 0 | 0.64 | 0.24 | 124.48 | 0.53 | 0.5 |
| Hex | 3C | C2 | 46 | 45 | 0 | 40 | 18 | 7C | 35 | 32 |
| Octal | 74 | 302 | 106 | 105 | 0 | 100 | 30 | 174 | 65 | 62 |
| Binary | 111100 | 11000010 | 1000110 | 1000101 | 0 | 1000000 | 11000 | 1111100 | 110101 | 110010 |
Color Harmonies of #3CC246
Complementary color
Monochromatic Colors of #3CC246
Black with #3CC246
Text Example
Text Example
White with #3CC246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC246; }
p { color: rgb(60,194,70); }
H1.HeaderClassName
{
color: #3CC246;
}
.AnyTagClassName
{
color: #3CC246;
}
</style>
background-color css
<style>
a { background-color: #3CC246; }
a { background-color: rgb(60,194,70); }
div.DivClassName
{
background-color: #3CC246;
}
.BgClassName
{
background-color: #3CC246;
}
</style>
border-color css
<style>
span { border-color: #3CC246; }
span { border-color: rgb(60,194,70); }
td.TdClassName
{
border-color: #3CC246;
}
.TagClassName
{
border-color: #3CC246;
}
</style>