Shades of Lime Green #3CDF47
Tints of Lime Green #3CDF47
RGB
CMYK
RGB Variations
Color information
#3CDF47 (or 0x3CDF47) is known color: Lime Green. HEX triplet: 3C, DF and 47. RGB value is (60,223,71). Sum of RGB (Red+Green+Blue) = 60+223+71=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 223 (87.5% from 255 or 62.99% from 354); Blue value is 71 (28.12% from 255 or 20.06% from 354); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDF47 is #C320B8. Grayscale: #9D9D9D. Windows color (decimal): -12787897 or 4710204. OLE color: 4710204.
HSL color Cylindrical-coordinate representation of color #3CDF47: hue angle of 124.05º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDF47 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 71 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.13 |
| HSL | 124.05º | 0.72% | 0.55% | - |
| HSV(B) | 124.05º | 0.73% | 0.87% | - |
| XYZ | 29.39 | 54.19 | 14.87 | - |
| YUV | 156.94 | 79.5 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 71 | 0.73 | 0 | 0.68 | 0.13 | 124.05 | 0.72 | 0.55 |
| Hex | 3C | DF | 47 | 49 | 0 | 44 | D | 7C | 48 | 37 |
| Octal | 74 | 337 | 107 | 111 | 0 | 104 | 15 | 174 | 110 | 67 |
| Binary | 111100 | 11011111 | 1000111 | 1001001 | 0 | 1000100 | 1101 | 1111100 | 1001000 | 110111 |
Color Harmonies of #3CDF47
Complementary color
Monochromatic Colors of #3CDF47
Black with #3CDF47
Text Example
Text Example
White with #3CDF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF47; }
p { color: rgb(60,223,71); }
H1.HeaderClassName
{
color: #3CDF47;
}
.AnyTagClassName
{
color: #3CDF47;
}
</style>
background-color css
<style>
a { background-color: #3CDF47; }
a { background-color: rgb(60,223,71); }
div.DivClassName
{
background-color: #3CDF47;
}
.BgClassName
{
background-color: #3CDF47;
}
</style>
border-color css
<style>
span { border-color: #3CDF47; }
span { border-color: rgb(60,223,71); }
td.TdClassName
{
border-color: #3CDF47;
}
.TagClassName
{
border-color: #3CDF47;
}
</style>