Shades of Lime Green #3CDB47
Tints of Lime Green #3CDB47
RGB
CMYK
RGB Variations
Color information
#3CDB47 (or 0x3CDB47) is known color: Lime Green. HEX triplet: 3C, DB and 47. RGB value is (60,219,71). Sum of RGB (Red+Green+Blue) = 60+219+71=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 219 (85.94% from 255 or 62.57% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDB47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDB47 is #C324B8. Grayscale: #9B9B9B. Windows color (decimal): -12788921 or 4709180. OLE color: 4709180.
HSL color Cylindrical-coordinate representation of color #3CDB47: hue angle of 124.15º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDB47 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 71 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.14 |
| HSL | 124.15º | 0.69% | 0.55% | - |
| HSV(B) | 124.15º | 0.73% | 0.86% | - |
| XYZ | 28.33 | 52.08 | 14.52 | - |
| YUV | 154.59 | 80.82 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 71 | 0.73 | 0 | 0.68 | 0.14 | 124.15 | 0.69 | 0.55 |
| Hex | 3C | DB | 47 | 49 | 0 | 44 | E | 7C | 45 | 37 |
| Octal | 74 | 333 | 107 | 111 | 0 | 104 | 16 | 174 | 105 | 67 |
| Binary | 111100 | 11011011 | 1000111 | 1001001 | 0 | 1000100 | 1110 | 1111100 | 1000101 | 110111 |
Color Harmonies of #3CDB47
Complementary color
Monochromatic Colors of #3CDB47
Black with #3CDB47
Text Example
Text Example
White with #3CDB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDB47; }
p { color: rgb(60,219,71); }
H1.HeaderClassName
{
color: #3CDB47;
}
.AnyTagClassName
{
color: #3CDB47;
}
</style>
background-color css
<style>
a { background-color: #3CDB47; }
a { background-color: rgb(60,219,71); }
div.DivClassName
{
background-color: #3CDB47;
}
.BgClassName
{
background-color: #3CDB47;
}
</style>
border-color css
<style>
span { border-color: #3CDB47; }
span { border-color: rgb(60,219,71); }
td.TdClassName
{
border-color: #3CDB47;
}
.TagClassName
{
border-color: #3CDB47;
}
</style>