Shades of Lime Green #3CCA51
Tints of Lime Green #3CCA51
RGB
CMYK
RGB Variations
Color information
#3CCA51 (or 0x3CCA51) is known color: Lime Green. HEX triplet: 3C, CA and 51. RGB value is (60,202,81). Sum of RGB (Red+Green+Blue) = 60+202+81=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCA51 is #C335AE. Grayscale: #929292. Windows color (decimal): -12793263 or 5360188. OLE color: 5360188.
HSL color Cylindrical-coordinate representation of color #3CCA51: hue angle of 128.87º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCA51 is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 81 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.21 |
| HSL | 128.87º | 0.57% | 0.51% | - |
| HSV(B) | 128.87º | 0.7% | 0.79% | - |
| XYZ | 24.47 | 43.8 | 14.95 | - |
| YUV | 145.75 | 91.46 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 81 | 0.70 | 0 | 0.60 | 0.21 | 128.87 | 0.57 | 0.51 |
| Hex | 3C | CA | 51 | 46 | 0 | 3C | 15 | 81 | 39 | 33 |
| Octal | 74 | 312 | 121 | 106 | 0 | 74 | 25 | 201 | 71 | 63 |
| Binary | 111100 | 11001010 | 1010001 | 1000110 | 0 | 111100 | 10101 | 10000001 | 111001 | 110011 |
Color Harmonies of #3CCA51
Complementary color
Monochromatic Colors of #3CCA51
Black with #3CCA51
Text Example
Text Example
White with #3CCA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCA51; }
p { color: rgb(60,202,81); }
H1.HeaderClassName
{
color: #3CCA51;
}
.AnyTagClassName
{
color: #3CCA51;
}
</style>
background-color css
<style>
a { background-color: #3CCA51; }
a { background-color: rgb(60,202,81); }
div.DivClassName
{
background-color: #3CCA51;
}
.BgClassName
{
background-color: #3CCA51;
}
</style>
border-color css
<style>
span { border-color: #3CCA51; }
span { border-color: rgb(60,202,81); }
td.TdClassName
{
border-color: #3CCA51;
}
.TagClassName
{
border-color: #3CCA51;
}
</style>