Shades of Lime Green #3CAD31
Tints of Lime Green #3CAD31
RGB
CMYK
RGB Variations
Color information
#3CAD31 (or 0x3CAD31) is known color: Lime Green. HEX triplet: 3C, AD and 31. RGB value is (60,173,49). Sum of RGB (Red+Green+Blue) = 60+173+49=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #3CAD31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAD31 is #C352CE. Grayscale: #7D7D7D. Windows color (decimal): -12800719 or 3255612. OLE color: 3255612.
HSL color Cylindrical-coordinate representation of color #3CAD31: hue angle of 114.68º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CAD31 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 173 | 49 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.32 |
| HSL | 114.68º | 0.56% | 0.44% | - |
| HSV(B) | 114.68º | 0.72% | 0.68% | - |
| XYZ | 17.36 | 31.07 | 7.99 | - |
| YUV | 125.08 | 85.06 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 173 | 49 | 0.65 | 0 | 0.72 | 0.32 | 114.68 | 0.56 | 0.44 |
| Hex | 3C | AD | 31 | 41 | 0 | 48 | 20 | 73 | 38 | 2C |
| Octal | 74 | 255 | 61 | 101 | 0 | 110 | 40 | 163 | 70 | 54 |
| Binary | 111100 | 10101101 | 110001 | 1000001 | 0 | 1001000 | 100000 | 1110011 | 111000 | 101100 |
Color Harmonies of #3CAD31
Complementary color
Monochromatic Colors of #3CAD31
Black with #3CAD31
Text Example
Text Example
White with #3CAD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAD31; }
p { color: rgb(60,173,49); }
H1.HeaderClassName
{
color: #3CAD31;
}
.AnyTagClassName
{
color: #3CAD31;
}
</style>
background-color css
<style>
a { background-color: #3CAD31; }
a { background-color: rgb(60,173,49); }
div.DivClassName
{
background-color: #3CAD31;
}
.BgClassName
{
background-color: #3CAD31;
}
</style>
border-color css
<style>
span { border-color: #3CAD31; }
span { border-color: rgb(60,173,49); }
td.TdClassName
{
border-color: #3CAD31;
}
.TagClassName
{
border-color: #3CAD31;
}
</style>