Shades of Lime Green #3CC247
Tints of Lime Green #3CC247
RGB
CMYK
RGB Variations
Color information
#3CC247 (or 0x3CC247) is known color: Lime Green. HEX triplet: 3C, C2 and 47. RGB value is (60,194,71). Sum of RGB (Red+Green+Blue) = 60+194+71=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC247 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC247 is #C33DB8. Grayscale: #8C8C8C. Windows color (decimal): -12795321 or 4702780. OLE color: 4702780.
HSL color Cylindrical-coordinate representation of color #3CC247: hue angle of 124.93º 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 #3CC247 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 71 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.24 |
| HSL | 124.93º | 0.53% | 0.5% | - |
| HSV(B) | 124.93º | 0.69% | 0.76% | - |
| XYZ | 22.29 | 40 | 12.51 | - |
| YUV | 139.91 | 89.11 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 71 | 0.69 | 0 | 0.63 | 0.24 | 124.93 | 0.53 | 0.5 |
| Hex | 3C | C2 | 47 | 45 | 0 | 3F | 18 | 7D | 35 | 32 |
| Octal | 74 | 302 | 107 | 105 | 0 | 77 | 30 | 175 | 65 | 62 |
| Binary | 111100 | 11000010 | 1000111 | 1000101 | 0 | 111111 | 11000 | 1111101 | 110101 | 110010 |
Color Harmonies of #3CC247
Complementary color
Monochromatic Colors of #3CC247
Black with #3CC247
Text Example
Text Example
White with #3CC247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC247; }
p { color: rgb(60,194,71); }
H1.HeaderClassName
{
color: #3CC247;
}
.AnyTagClassName
{
color: #3CC247;
}
</style>
background-color css
<style>
a { background-color: #3CC247; }
a { background-color: rgb(60,194,71); }
div.DivClassName
{
background-color: #3CC247;
}
.BgClassName
{
background-color: #3CC247;
}
</style>
border-color css
<style>
span { border-color: #3CC247; }
span { border-color: rgb(60,194,71); }
td.TdClassName
{
border-color: #3CC247;
}
.TagClassName
{
border-color: #3CC247;
}
</style>