Shades of Lime Green #3CAB33
Tints of Lime Green #3CAB33
RGB
CMYK
RGB Variations
Color information
#3CAB33 (or 0x3CAB33) is known color: Lime Green. HEX triplet: 3C, AB and 33. RGB value is (60,171,51). Sum of RGB (Red+Green+Blue) = 60+171+51=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 171 (67.19% from 255 or 60.64% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAB33 is #C354CC. Grayscale: #7C7C7C. Windows color (decimal): -12801229 or 3386172. OLE color: 3386172.
HSL color Cylindrical-coordinate representation of color #3CAB33: hue angle of 115.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CAB33 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 171 | 51 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.33 |
| HSL | 115.5º | 0.54% | 0.44% | - |
| HSV(B) | 115.5º | 0.7% | 0.67% | - |
| XYZ | 17.02 | 30.33 | 8.09 | - |
| YUV | 124.13 | 86.73 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 51 | 0.65 | 0 | 0.70 | 0.33 | 115.5 | 0.54 | 0.44 |
| Hex | 3C | AB | 33 | 41 | 0 | 46 | 21 | 74 | 36 | 2C |
| Octal | 74 | 253 | 63 | 101 | 0 | 106 | 41 | 164 | 66 | 54 |
| Binary | 111100 | 10101011 | 110011 | 1000001 | 0 | 1000110 | 100001 | 1110100 | 110110 | 101100 |
Color Harmonies of #3CAB33
Complementary color
Monochromatic Colors of #3CAB33
Black with #3CAB33
Text Example
Text Example
White with #3CAB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAB33; }
p { color: rgb(60,171,51); }
H1.HeaderClassName
{
color: #3CAB33;
}
.AnyTagClassName
{
color: #3CAB33;
}
</style>
background-color css
<style>
a { background-color: #3CAB33; }
a { background-color: rgb(60,171,51); }
div.DivClassName
{
background-color: #3CAB33;
}
.BgClassName
{
background-color: #3CAB33;
}
</style>
border-color css
<style>
span { border-color: #3CAB33; }
span { border-color: rgb(60,171,51); }
td.TdClassName
{
border-color: #3CAB33;
}
.TagClassName
{
border-color: #3CAB33;
}
</style>