Shades of Lime Green #3CCF47
Tints of Lime Green #3CCF47
RGB
CMYK
RGB Variations
Color information
#3CCF47 (or 0x3CCF47) is known color: Lime Green. HEX triplet: 3C, CF and 47. RGB value is (60,207,71). Sum of RGB (Red+Green+Blue) = 60+207+71=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 207 (81.25% from 255 or 61.24% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCF47 is #C330B8. Grayscale: #939393. Windows color (decimal): -12791993 or 4706108. OLE color: 4706108.
HSL color Cylindrical-coordinate representation of color #3CCF47: hue angle of 124.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCF47 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 207 | 71 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.19 |
| HSL | 124.49º | 0.6% | 0.52% | - |
| HSV(B) | 124.49º | 0.71% | 0.81% | - |
| XYZ | 25.31 | 46.04 | 13.51 | - |
| YUV | 147.54 | 84.8 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 71 | 0.71 | 0 | 0.66 | 0.19 | 124.49 | 0.6 | 0.52 |
| Hex | 3C | CF | 47 | 47 | 0 | 42 | 13 | 7C | 3C | 34 |
| Octal | 74 | 317 | 107 | 107 | 0 | 102 | 23 | 174 | 74 | 64 |
| Binary | 111100 | 11001111 | 1000111 | 1000111 | 0 | 1000010 | 10011 | 1111100 | 111100 | 110100 |
Color Harmonies of #3CCF47
Complementary color
Monochromatic Colors of #3CCF47
Black with #3CCF47
Text Example
Text Example
White with #3CCF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCF47; }
p { color: rgb(60,207,71); }
H1.HeaderClassName
{
color: #3CCF47;
}
.AnyTagClassName
{
color: #3CCF47;
}
</style>
background-color css
<style>
a { background-color: #3CCF47; }
a { background-color: rgb(60,207,71); }
div.DivClassName
{
background-color: #3CCF47;
}
.BgClassName
{
background-color: #3CCF47;
}
</style>
border-color css
<style>
span { border-color: #3CCF47; }
span { border-color: rgb(60,207,71); }
td.TdClassName
{
border-color: #3CCF47;
}
.TagClassName
{
border-color: #3CCF47;
}
</style>