Shades of Lime Green #3CAD2E
Tints of Lime Green #3CAD2E
RGB
CMYK
RGB Variations
Color information
#3CAD2E (or 0x3CAD2E) is known color: Lime Green. HEX triplet: 3C, AD and 2E. RGB value is (60,173,46). Sum of RGB (Red+Green+Blue) = 60+173+46=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 173 (67.97% from 255 or 62.01% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAD2E is #C352D1. Grayscale: #7D7D7D. Windows color (decimal): -12800722 or 3059004. OLE color: 3059004.
HSL color Cylindrical-coordinate representation of color #3CAD2E: hue angle of 113.39º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CAD2E is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 173 | 46 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.32 |
| HSL | 113.39º | 0.58% | 0.43% | - |
| HSV(B) | 113.39º | 0.73% | 0.68% | - |
| XYZ | 17.3 | 31.05 | 7.67 | - |
| YUV | 124.74 | 83.56 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 46 | 0.65 | 0 | 0.73 | 0.32 | 113.39 | 0.58 | 0.43 |
| Hex | 3C | AD | 2E | 41 | 0 | 49 | 20 | 71 | 3A | 2B |
| Octal | 74 | 255 | 56 | 101 | 0 | 111 | 40 | 161 | 72 | 53 |
| Binary | 111100 | 10101101 | 101110 | 1000001 | 0 | 1001001 | 100000 | 1110001 | 111010 | 101011 |
Color Harmonies of #3CAD2E
Complementary color
Monochromatic Colors of #3CAD2E
Black with #3CAD2E
Text Example
Text Example
White with #3CAD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAD2E; }
p { color: rgb(60,173,46); }
H1.HeaderClassName
{
color: #3CAD2E;
}
.AnyTagClassName
{
color: #3CAD2E;
}
</style>
background-color css
<style>
a { background-color: #3CAD2E; }
a { background-color: rgb(60,173,46); }
div.DivClassName
{
background-color: #3CAD2E;
}
.BgClassName
{
background-color: #3CAD2E;
}
</style>
border-color css
<style>
span { border-color: #3CAD2E; }
span { border-color: rgb(60,173,46); }
td.TdClassName
{
border-color: #3CAD2E;
}
.TagClassName
{
border-color: #3CAD2E;
}
</style>