Shades of Lime Green #3CCC51
Tints of Lime Green #3CCC51
RGB
CMYK
RGB Variations
Color information
#3CCC51 (or 0x3CCC51) is known color: Lime Green. HEX triplet: 3C, CC and 51. RGB value is (60,204,81). Sum of RGB (Red+Green+Blue) = 60+204+81=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCC51 is #C333AE. Grayscale: #939393. Windows color (decimal): -12792751 or 5360700. OLE color: 5360700.
HSL color Cylindrical-coordinate representation of color #3CCC51: hue angle of 128.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCC51 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 204 | 81 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.2 |
| HSL | 128.75º | 0.59% | 0.52% | - |
| HSV(B) | 128.75º | 0.71% | 0.8% | - |
| XYZ | 24.94 | 44.74 | 15.11 | - |
| YUV | 146.92 | 90.79 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 81 | 0.71 | 0 | 0.60 | 0.2 | 128.75 | 0.59 | 0.52 |
| Hex | 3C | CC | 51 | 47 | 0 | 3C | 14 | 81 | 3B | 34 |
| Octal | 74 | 314 | 121 | 107 | 0 | 74 | 24 | 201 | 73 | 64 |
| Binary | 111100 | 11001100 | 1010001 | 1000111 | 0 | 111100 | 10100 | 10000001 | 111011 | 110100 |
Color Harmonies of #3CCC51
Complementary color
Monochromatic Colors of #3CCC51
Black with #3CCC51
Text Example
Text Example
White with #3CCC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCC51; }
p { color: rgb(60,204,81); }
H1.HeaderClassName
{
color: #3CCC51;
}
.AnyTagClassName
{
color: #3CCC51;
}
</style>
background-color css
<style>
a { background-color: #3CCC51; }
a { background-color: rgb(60,204,81); }
div.DivClassName
{
background-color: #3CCC51;
}
.BgClassName
{
background-color: #3CCC51;
}
</style>
border-color css
<style>
span { border-color: #3CCC51; }
span { border-color: rgb(60,204,81); }
td.TdClassName
{
border-color: #3CCC51;
}
.TagClassName
{
border-color: #3CCC51;
}
</style>