Shades of Lime Green #3CC14D
Tints of Lime Green #3CC14D
RGB
CMYK
RGB Variations
Color information
#3CC14D (or 0x3CC14D) is known color: Lime Green. HEX triplet: 3C, C1 and 4D. RGB value is (60,193,77). Sum of RGB (Red+Green+Blue) = 60+193+77=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC14D is #C33EB2. Grayscale: #8C8C8C. Windows color (decimal): -12795571 or 5095740. OLE color: 5095740.
HSL color Cylindrical-coordinate representation of color #3CC14D: hue angle of 127.67º 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 #3CC14D is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 193 | 77 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.24 |
| HSL | 127.67º | 0.53% | 0.5% | - |
| HSV(B) | 127.67º | 0.69% | 0.76% | - |
| XYZ | 22.27 | 39.64 | 13.5 | - |
| YUV | 140.01 | 92.44 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 193 | 77 | 0.69 | 0 | 0.60 | 0.24 | 127.67 | 0.53 | 0.5 |
| Hex | 3C | C1 | 4D | 45 | 0 | 3C | 18 | 80 | 35 | 32 |
| Octal | 74 | 301 | 115 | 105 | 0 | 74 | 30 | 200 | 65 | 62 |
| Binary | 111100 | 11000001 | 1001101 | 1000101 | 0 | 111100 | 11000 | 10000000 | 110101 | 110010 |
Color Harmonies of #3CC14D
Complementary color
Monochromatic Colors of #3CC14D
Black with #3CC14D
Text Example
Text Example
White with #3CC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC14D; }
p { color: rgb(60,193,77); }
H1.HeaderClassName
{
color: #3CC14D;
}
.AnyTagClassName
{
color: #3CC14D;
}
</style>
background-color css
<style>
a { background-color: #3CC14D; }
a { background-color: rgb(60,193,77); }
div.DivClassName
{
background-color: #3CC14D;
}
.BgClassName
{
background-color: #3CC14D;
}
</style>
border-color css
<style>
span { border-color: #3CC14D; }
span { border-color: rgb(60,193,77); }
td.TdClassName
{
border-color: #3CC14D;
}
.TagClassName
{
border-color: #3CC14D;
}
</style>