Shades of Lime Green #3CC540
Tints of Lime Green #3CC540
RGB
CMYK
RGB Variations
Color information
#3CC540 (or 0x3CC540) is known color: Lime Green. HEX triplet: 3C, C5 and 40. RGB value is (60,197,64). Sum of RGB (Red+Green+Blue) = 60+197+64=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 197 (77.34% from 255 or 61.37% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 197 - color contains mainly: green. Hex color #3CC540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC540 is #C33ABF. Grayscale: #8D8D8D. Windows color (decimal): -12794560 or 4244796. OLE color: 4244796.
HSL color Cylindrical-coordinate representation of color #3CC540: hue angle of 121.75º 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 #3CC540 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 60 | 197 | 64 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.23 |
| HSL | 121.75º | 0.54% | 0.5% | - |
| HSV(B) | 121.75º | 0.7% | 0.77% | - |
| XYZ | 22.76 | 41.26 | 11.62 | - |
| YUV | 140.88 | 84.61 | 70.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 197 | 64 | 0.70 | 0 | 0.68 | 0.23 | 121.75 | 0.54 | 0.5 |
| Hex | 3C | C5 | 40 | 46 | 0 | 44 | 17 | 7A | 36 | 32 |
| Octal | 74 | 305 | 100 | 106 | 0 | 104 | 27 | 172 | 66 | 62 |
| Binary | 111100 | 11000101 | 1000000 | 1000110 | 0 | 1000100 | 10111 | 1111010 | 110110 | 110010 |
Color Harmonies of #3CC540
Complementary color
Monochromatic Colors of #3CC540
Black with #3CC540
Text Example
Text Example
White with #3CC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC540; }
p { color: rgb(60,197,64); }
H1.HeaderClassName
{
color: #3CC540;
}
.AnyTagClassName
{
color: #3CC540;
}
</style>
background-color css
<style>
a { background-color: #3CC540; }
a { background-color: rgb(60,197,64); }
div.DivClassName
{
background-color: #3CC540;
}
.BgClassName
{
background-color: #3CC540;
}
</style>
border-color css
<style>
span { border-color: #3CC540; }
span { border-color: rgb(60,197,64); }
td.TdClassName
{
border-color: #3CC540;
}
.TagClassName
{
border-color: #3CC540;
}
</style>