Shades of Lime Green #3CCC52
Tints of Lime Green #3CCC52
RGB
CMYK
RGB Variations
Color information
#3CCC52 (or 0x3CCC52) is known color: Lime Green. HEX triplet: 3C, CC and 52. RGB value is (60,204,82). Sum of RGB (Red+Green+Blue) = 60+204+82=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCC52 is #C333AD. Grayscale: #939393. Windows color (decimal): -12792750 or 5426236. OLE color: 5426236.
HSL color Cylindrical-coordinate representation of color #3CCC52: hue angle of 129.17º 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 #3CCC52 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 204 | 82 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.2 |
| HSL | 129.17º | 0.59% | 0.52% | - |
| HSV(B) | 129.17º | 0.71% | 0.8% | - |
| XYZ | 24.98 | 44.76 | 15.3 | - |
| YUV | 147.04 | 91.29 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 82 | 0.71 | 0 | 0.60 | 0.2 | 129.17 | 0.59 | 0.52 |
| Hex | 3C | CC | 52 | 47 | 0 | 3C | 14 | 81 | 3B | 34 |
| Octal | 74 | 314 | 122 | 107 | 0 | 74 | 24 | 201 | 73 | 64 |
| Binary | 111100 | 11001100 | 1010010 | 1000111 | 0 | 111100 | 10100 | 10000001 | 111011 | 110100 |
Color Harmonies of #3CCC52
Complementary color
Monochromatic Colors of #3CCC52
Black with #3CCC52
Text Example
Text Example
White with #3CCC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCC52; }
p { color: rgb(60,204,82); }
H1.HeaderClassName
{
color: #3CCC52;
}
.AnyTagClassName
{
color: #3CCC52;
}
</style>
background-color css
<style>
a { background-color: #3CCC52; }
a { background-color: rgb(60,204,82); }
div.DivClassName
{
background-color: #3CCC52;
}
.BgClassName
{
background-color: #3CCC52;
}
</style>
border-color css
<style>
span { border-color: #3CCC52; }
span { border-color: rgb(60,204,82); }
td.TdClassName
{
border-color: #3CCC52;
}
.TagClassName
{
border-color: #3CCC52;
}
</style>