Shades of Lime Green #3CAC2F
Tints of Lime Green #3CAC2F
RGB
CMYK
RGB Variations
Color information
#3CAC2F (or 0x3CAC2F) is known color: Lime Green. HEX triplet: 3C, AC and 2F. RGB value is (60,172,47). Sum of RGB (Red+Green+Blue) = 60+172+47=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 172 (67.58% from 255 or 61.65% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAC2F is #C353D0. Grayscale: #7C7C7C. Windows color (decimal): -12800977 or 3124284. OLE color: 3124284.
HSL color Cylindrical-coordinate representation of color #3CAC2F: hue angle of 113.76º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CAC2F is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 172 | 47 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.33 |
| HSL | 113.76º | 0.57% | 0.43% | - |
| HSV(B) | 113.76º | 0.73% | 0.67% | - |
| XYZ | 17.13 | 30.67 | 7.71 | - |
| YUV | 124.26 | 84.39 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 47 | 0.65 | 0 | 0.73 | 0.33 | 113.76 | 0.57 | 0.43 |
| Hex | 3C | AC | 2F | 41 | 0 | 49 | 21 | 72 | 39 | 2B |
| Octal | 74 | 254 | 57 | 101 | 0 | 111 | 41 | 162 | 71 | 53 |
| Binary | 111100 | 10101100 | 101111 | 1000001 | 0 | 1001001 | 100001 | 1110010 | 111001 | 101011 |
Color Harmonies of #3CAC2F
Complementary color
Monochromatic Colors of #3CAC2F
Black with #3CAC2F
Text Example
Text Example
White with #3CAC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAC2F; }
p { color: rgb(60,172,47); }
H1.HeaderClassName
{
color: #3CAC2F;
}
.AnyTagClassName
{
color: #3CAC2F;
}
</style>
background-color css
<style>
a { background-color: #3CAC2F; }
a { background-color: rgb(60,172,47); }
div.DivClassName
{
background-color: #3CAC2F;
}
.BgClassName
{
background-color: #3CAC2F;
}
</style>
border-color css
<style>
span { border-color: #3CAC2F; }
span { border-color: rgb(60,172,47); }
td.TdClassName
{
border-color: #3CAC2F;
}
.TagClassName
{
border-color: #3CAC2F;
}
</style>