Shades of Lime Green #3AC032
Tints of Lime Green #3AC032
RGB
CMYK
RGB Variations
Color information
#3AC032 (or 0x3AC032) is known color: Lime Green. HEX triplet: 3A, C0 and 32. RGB value is (58,192,50). Sum of RGB (Red+Green+Blue) = 58+192+50=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC032 is #C53FCD. Grayscale: #888888. Windows color (decimal): -12926926 or 3326010. OLE color: 3326010.
HSL color Cylindrical-coordinate representation of color #3AC032: hue angle of 116.62º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AC032 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 50 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.25 |
| HSL | 116.62º | 0.59% | 0.47% | - |
| HSV(B) | 116.62º | 0.74% | 0.75% | - |
| XYZ | 21.17 | 38.83 | 9.4 | - |
| YUV | 135.75 | 79.61 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 50 | 0.70 | 0 | 0.74 | 0.25 | 116.62 | 0.59 | 0.47 |
| Hex | 3A | C0 | 32 | 46 | 0 | 4A | 19 | 75 | 3B | 2F |
| Octal | 72 | 300 | 62 | 106 | 0 | 112 | 31 | 165 | 73 | 57 |
| Binary | 111010 | 11000000 | 110010 | 1000110 | 0 | 1001010 | 11001 | 1110101 | 111011 | 101111 |
Color Harmonies of #3AC032
Complementary color
Monochromatic Colors of #3AC032
Black with #3AC032
Text Example
Text Example
White with #3AC032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC032; }
p { color: rgb(58,192,50); }
H1.HeaderClassName
{
color: #3AC032;
}
.AnyTagClassName
{
color: #3AC032;
}
</style>
background-color css
<style>
a { background-color: #3AC032; }
a { background-color: rgb(58,192,50); }
div.DivClassName
{
background-color: #3AC032;
}
.BgClassName
{
background-color: #3AC032;
}
</style>
border-color css
<style>
span { border-color: #3AC032; }
span { border-color: rgb(58,192,50); }
td.TdClassName
{
border-color: #3AC032;
}
.TagClassName
{
border-color: #3AC032;
}
</style>