Shades of Lime Green #3AC132
Tints of Lime Green #3AC132
RGB
CMYK
RGB Variations
Color information
#3AC132 (or 0x3AC132) is known color: Lime Green. HEX triplet: 3A, C1 and 32. RGB value is (58,193,50). Sum of RGB (Red+Green+Blue) = 58+193+50=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 193 (75.78% from 255 or 64.12% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC132 is #C53ECD. Grayscale: #888888. Windows color (decimal): -12926670 or 3326266. OLE color: 3326266.
HSL color Cylindrical-coordinate representation of color #3AC132: hue angle of 116.64º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AC132 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 193 | 50 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.24 |
| HSL | 116.64º | 0.59% | 0.48% | - |
| HSV(B) | 116.64º | 0.74% | 0.76% | - |
| XYZ | 21.39 | 39.27 | 9.47 | - |
| YUV | 136.33 | 79.27 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 193 | 50 | 0.70 | 0 | 0.74 | 0.24 | 116.64 | 0.59 | 0.48 |
| Hex | 3A | C1 | 32 | 46 | 0 | 4A | 18 | 75 | 3B | 30 |
| Octal | 72 | 301 | 62 | 106 | 0 | 112 | 30 | 165 | 73 | 60 |
| Binary | 111010 | 11000001 | 110010 | 1000110 | 0 | 1001010 | 11000 | 1110101 | 111011 | 110000 |
Color Harmonies of #3AC132
Complementary color
Monochromatic Colors of #3AC132
Black with #3AC132
Text Example
Text Example
White with #3AC132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC132; }
p { color: rgb(58,193,50); }
H1.HeaderClassName
{
color: #3AC132;
}
.AnyTagClassName
{
color: #3AC132;
}
</style>
background-color css
<style>
a { background-color: #3AC132; }
a { background-color: rgb(58,193,50); }
div.DivClassName
{
background-color: #3AC132;
}
.BgClassName
{
background-color: #3AC132;
}
</style>
border-color css
<style>
span { border-color: #3AC132; }
span { border-color: rgb(58,193,50); }
td.TdClassName
{
border-color: #3AC132;
}
.TagClassName
{
border-color: #3AC132;
}
</style>