Shades of Lime Green #3AC12C
Tints of Lime Green #3AC12C
RGB
CMYK
RGB Variations
Color information
#3AC12C (or 0x3AC12C) is known color: Lime Green. HEX triplet: 3A, C1 and 2C. RGB value is (58,193,44). Sum of RGB (Red+Green+Blue) = 58+193+44=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #3AC12C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC12C is #C53ED3. Grayscale: #888888. Windows color (decimal): -12926676 or 2933050. OLE color: 2933050.
HSL color Cylindrical-coordinate representation of color #3AC12C: hue angle of 114.36º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AC12C is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 193 | 44 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.24 |
| HSL | 114.36º | 0.63% | 0.46% | - |
| HSV(B) | 114.36º | 0.77% | 0.76% | - |
| XYZ | 21.27 | 39.22 | 8.83 | - |
| YUV | 135.65 | 76.27 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 193 | 44 | 0.70 | 0 | 0.77 | 0.24 | 114.36 | 0.63 | 0.46 |
| Hex | 3A | C1 | 2C | 46 | 0 | 4D | 18 | 72 | 3F | 2E |
| Octal | 72 | 301 | 54 | 106 | 0 | 115 | 30 | 162 | 77 | 56 |
| Binary | 111010 | 11000001 | 101100 | 1000110 | 0 | 1001101 | 11000 | 1110010 | 111111 | 101110 |
Color Harmonies of #3AC12C
Complementary color
Monochromatic Colors of #3AC12C
Black with #3AC12C
Text Example
Text Example
White with #3AC12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC12C; }
p { color: rgb(58,193,44); }
H1.HeaderClassName
{
color: #3AC12C;
}
.AnyTagClassName
{
color: #3AC12C;
}
</style>
background-color css
<style>
a { background-color: #3AC12C; }
a { background-color: rgb(58,193,44); }
div.DivClassName
{
background-color: #3AC12C;
}
.BgClassName
{
background-color: #3AC12C;
}
</style>
border-color css
<style>
span { border-color: #3AC12C; }
span { border-color: rgb(58,193,44); }
td.TdClassName
{
border-color: #3AC12C;
}
.TagClassName
{
border-color: #3AC12C;
}
</style>