Shades of Lime Green #3ACC32
Tints of Lime Green #3ACC32
RGB
CMYK
RGB Variations
Color information
#3ACC32 (or 0x3ACC32) is known color: Lime Green. HEX triplet: 3A, CC and 32. RGB value is (58,204,50). Sum of RGB (Red+Green+Blue) = 58+204+50=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 204 (80.08% from 255 or 65.38% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 204 - color contains mainly: green. Hex color #3ACC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ACC32 is #C533CD. Grayscale: #8F8F8F. Windows color (decimal): -12923854 or 3329082. OLE color: 3329082.
HSL color Cylindrical-coordinate representation of color #3ACC32: hue angle of 116.88º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ACC32 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 204 | 50 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.2 |
| HSL | 116.88º | 0.61% | 0.5% | - |
| HSV(B) | 116.88º | 0.75% | 0.8% | - |
| XYZ | 23.91 | 44.32 | 10.31 | - |
| YUV | 142.79 | 75.63 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 204 | 50 | 0.72 | 0 | 0.75 | 0.2 | 116.88 | 0.61 | 0.5 |
| Hex | 3A | CC | 32 | 48 | 0 | 4B | 14 | 75 | 3D | 32 |
| Octal | 72 | 314 | 62 | 110 | 0 | 113 | 24 | 165 | 75 | 62 |
| Binary | 111010 | 11001100 | 110010 | 1001000 | 0 | 1001011 | 10100 | 1110101 | 111101 | 110010 |
Color Harmonies of #3ACC32
Complementary color
Monochromatic Colors of #3ACC32
Black with #3ACC32
Text Example
Text Example
White with #3ACC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ACC32; }
p { color: rgb(58,204,50); }
H1.HeaderClassName
{
color: #3ACC32;
}
.AnyTagClassName
{
color: #3ACC32;
}
</style>
background-color css
<style>
a { background-color: #3ACC32; }
a { background-color: rgb(58,204,50); }
div.DivClassName
{
background-color: #3ACC32;
}
.BgClassName
{
background-color: #3ACC32;
}
</style>
border-color css
<style>
span { border-color: #3ACC32; }
span { border-color: rgb(58,204,50); }
td.TdClassName
{
border-color: #3ACC32;
}
.TagClassName
{
border-color: #3ACC32;
}
</style>