Shades of Lime Green #3CC637
Tints of Lime Green #3CC637
RGB
CMYK
RGB Variations
Color information
#3CC637 (or 0x3CC637) is known color: Lime Green. HEX triplet: 3C, C6 and 37. RGB value is (60,198,55). Sum of RGB (Red+Green+Blue) = 60+198+55=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 198 (77.73% from 255 or 63.26% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 198 - color contains mainly: green. Hex color #3CC637 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC637 is #C339C8. Grayscale: #8C8C8C. Windows color (decimal): -12794313 or 3655228. OLE color: 3655228.
HSL color Cylindrical-coordinate representation of color #3CC637: hue angle of 117.9º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CC637 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 198 | 55 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.22 |
| HSL | 117.9º | 0.57% | 0.5% | - |
| HSV(B) | 117.9º | 0.72% | 0.78% | - |
| XYZ | 22.75 | 41.62 | 10.45 | - |
| YUV | 140.44 | 79.78 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 198 | 55 | 0.70 | 0 | 0.72 | 0.22 | 117.9 | 0.57 | 0.5 |
| Hex | 3C | C6 | 37 | 46 | 0 | 48 | 16 | 76 | 39 | 32 |
| Octal | 74 | 306 | 67 | 106 | 0 | 110 | 26 | 166 | 71 | 62 |
| Binary | 111100 | 11000110 | 110111 | 1000110 | 0 | 1001000 | 10110 | 1110110 | 111001 | 110010 |
Color Harmonies of #3CC637
Complementary color
Monochromatic Colors of #3CC637
Black with #3CC637
Text Example
Text Example
White with #3CC637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC637; }
p { color: rgb(60,198,55); }
H1.HeaderClassName
{
color: #3CC637;
}
.AnyTagClassName
{
color: #3CC637;
}
</style>
background-color css
<style>
a { background-color: #3CC637; }
a { background-color: rgb(60,198,55); }
div.DivClassName
{
background-color: #3CC637;
}
.BgClassName
{
background-color: #3CC637;
}
</style>
border-color css
<style>
span { border-color: #3CC637; }
span { border-color: rgb(60,198,55); }
td.TdClassName
{
border-color: #3CC637;
}
.TagClassName
{
border-color: #3CC637;
}
</style>