Shades of Lime Green #3AC42C
Tints of Lime Green #3AC42C
RGB
CMYK
RGB Variations
Color information
#3AC42C (or 0x3AC42C) is known color: Lime Green. HEX triplet: 3A, C4 and 2C. RGB value is (58,196,44). Sum of RGB (Red+Green+Blue) = 58+196+44=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 196 (76.95% from 255 or 65.77% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 196 - color contains mainly: green. Hex color #3AC42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC42C is #C53BD3. Grayscale: #898989. Windows color (decimal): -12925908 or 2933818. OLE color: 2933818.
HSL color Cylindrical-coordinate representation of color #3AC42C: hue angle of 114.47º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3AC42C is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 196 | 44 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.23 |
| HSL | 114.47º | 0.63% | 0.47% | - |
| HSV(B) | 114.47º | 0.78% | 0.77% | - |
| XYZ | 21.94 | 40.56 | 9.06 | - |
| YUV | 137.41 | 75.28 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 196 | 44 | 0.70 | 0 | 0.78 | 0.23 | 114.47 | 0.63 | 0.47 |
| Hex | 3A | C4 | 2C | 46 | 0 | 4E | 17 | 72 | 3F | 2F |
| Octal | 72 | 304 | 54 | 106 | 0 | 116 | 27 | 162 | 77 | 57 |
| Binary | 111010 | 11000100 | 101100 | 1000110 | 0 | 1001110 | 10111 | 1110010 | 111111 | 101111 |
Color Harmonies of #3AC42C
Complementary color
Monochromatic Colors of #3AC42C
Black with #3AC42C
Text Example
Text Example
White with #3AC42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC42C; }
p { color: rgb(58,196,44); }
H1.HeaderClassName
{
color: #3AC42C;
}
.AnyTagClassName
{
color: #3AC42C;
}
</style>
background-color css
<style>
a { background-color: #3AC42C; }
a { background-color: rgb(58,196,44); }
div.DivClassName
{
background-color: #3AC42C;
}
.BgClassName
{
background-color: #3AC42C;
}
</style>
border-color css
<style>
span { border-color: #3AC42C; }
span { border-color: rgb(58,196,44); }
td.TdClassName
{
border-color: #3AC42C;
}
.TagClassName
{
border-color: #3AC42C;
}
</style>