Shades of Lime Green #3CC54D
Tints of Lime Green #3CC54D
RGB
CMYK
RGB Variations
Color information
#3CC54D (or 0x3CC54D) is known color: Lime Green. HEX triplet: 3C, C5 and 4D. RGB value is (60,197,77). Sum of RGB (Red+Green+Blue) = 60+197+77=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 197 (77.34% from 255 or 58.98% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 197 - color contains mainly: green. Hex color #3CC54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC54D is #C33AB2. Grayscale: #8E8E8E. Windows color (decimal): -12794547 or 5096764. OLE color: 5096764.
HSL color Cylindrical-coordinate representation of color #3CC54D: hue angle of 127.45º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC54D is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 197 | 77 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.23 |
| HSL | 127.45º | 0.54% | 0.5% | - |
| HSV(B) | 127.45º | 0.7% | 0.77% | - |
| XYZ | 23.17 | 41.43 | 13.8 | - |
| YUV | 142.36 | 91.11 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 197 | 77 | 0.70 | 0 | 0.61 | 0.23 | 127.45 | 0.54 | 0.5 |
| Hex | 3C | C5 | 4D | 46 | 0 | 3D | 17 | 7F | 36 | 32 |
| Octal | 74 | 305 | 115 | 106 | 0 | 75 | 27 | 177 | 66 | 62 |
| Binary | 111100 | 11000101 | 1001101 | 1000110 | 0 | 111101 | 10111 | 1111111 | 110110 | 110010 |
Color Harmonies of #3CC54D
Complementary color
Monochromatic Colors of #3CC54D
Black with #3CC54D
Text Example
Text Example
White with #3CC54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC54D; }
p { color: rgb(60,197,77); }
H1.HeaderClassName
{
color: #3CC54D;
}
.AnyTagClassName
{
color: #3CC54D;
}
</style>
background-color css
<style>
a { background-color: #3CC54D; }
a { background-color: rgb(60,197,77); }
div.DivClassName
{
background-color: #3CC54D;
}
.BgClassName
{
background-color: #3CC54D;
}
</style>
border-color css
<style>
span { border-color: #3CC54D; }
span { border-color: rgb(60,197,77); }
td.TdClassName
{
border-color: #3CC54D;
}
.TagClassName
{
border-color: #3CC54D;
}
</style>