Shades of Lime Green #3AC43C
Tints of Lime Green #3AC43C
RGB
CMYK
RGB Variations
Color information
#3AC43C (or 0x3AC43C) is known color: Lime Green. HEX triplet: 3A, C4 and 3C. RGB value is (58,196,60). Sum of RGB (Red+Green+Blue) = 58+196+60=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 196 (76.95% from 255 or 62.42% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC43C is #C53BC3. Grayscale: #8B8B8B. Windows color (decimal): -12925892 or 3982394. OLE color: 3982394.
HSL color Cylindrical-coordinate representation of color #3AC43C: hue angle of 120.87º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3AC43C is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 196 | 60 | - |
| CMYK | 0.70 | 0 | 0.69 | 0.23 |
| HSL | 120.87º | 0.54% | 0.5% | - |
| HSV(B) | 120.87º | 0.7% | 0.77% | - |
| XYZ | 22.3 | 40.71 | 10.96 | - |
| YUV | 139.23 | 83.28 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 196 | 60 | 0.70 | 0 | 0.69 | 0.23 | 120.87 | 0.54 | 0.5 |
| Hex | 3A | C4 | 3C | 46 | 0 | 45 | 17 | 79 | 36 | 32 |
| Octal | 72 | 304 | 74 | 106 | 0 | 105 | 27 | 171 | 66 | 62 |
| Binary | 111010 | 11000100 | 111100 | 1000110 | 0 | 1000101 | 10111 | 1111001 | 110110 | 110010 |
Color Harmonies of #3AC43C
Complementary color
Monochromatic Colors of #3AC43C
Black with #3AC43C
Text Example
Text Example
White with #3AC43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC43C; }
p { color: rgb(58,196,60); }
H1.HeaderClassName
{
color: #3AC43C;
}
.AnyTagClassName
{
color: #3AC43C;
}
</style>
background-color css
<style>
a { background-color: #3AC43C; }
a { background-color: rgb(58,196,60); }
div.DivClassName
{
background-color: #3AC43C;
}
.BgClassName
{
background-color: #3AC43C;
}
</style>
border-color css
<style>
span { border-color: #3AC43C; }
span { border-color: rgb(58,196,60); }
td.TdClassName
{
border-color: #3AC43C;
}
.TagClassName
{
border-color: #3AC43C;
}
</style>