Shades of Lime Green #3AC037
Tints of Lime Green #3AC037
RGB
CMYK
RGB Variations
Color information
#3AC037 (or 0x3AC037) is known color: Lime Green. HEX triplet: 3A, C0 and 37. RGB value is (58,192,55). Sum of RGB (Red+Green+Blue) = 58+192+55=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 192 (75.39% from 255 or 62.95% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC037 is #C53FC8. Grayscale: #888888. Windows color (decimal): -12926921 or 3653690. OLE color: 3653690.
HSL color Cylindrical-coordinate representation of color #3AC037: hue angle of 118.69º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3AC037 is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 55 | - |
| CMYK | 0.70 | 0 | 0.71 | 0.25 |
| HSL | 118.69º | 0.55% | 0.48% | - |
| HSV(B) | 118.69º | 0.71% | 0.75% | - |
| XYZ | 21.28 | 38.87 | 10 | - |
| YUV | 136.32 | 82.11 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 55 | 0.70 | 0 | 0.71 | 0.25 | 118.69 | 0.55 | 0.48 |
| Hex | 3A | C0 | 37 | 46 | 0 | 47 | 19 | 77 | 37 | 30 |
| Octal | 72 | 300 | 67 | 106 | 0 | 107 | 31 | 167 | 67 | 60 |
| Binary | 111010 | 11000000 | 110111 | 1000110 | 0 | 1000111 | 11001 | 1110111 | 110111 | 110000 |
Color Harmonies of #3AC037
Complementary color
Monochromatic Colors of #3AC037
Black with #3AC037
Text Example
Text Example
White with #3AC037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC037; }
p { color: rgb(58,192,55); }
H1.HeaderClassName
{
color: #3AC037;
}
.AnyTagClassName
{
color: #3AC037;
}
</style>
background-color css
<style>
a { background-color: #3AC037; }
a { background-color: rgb(58,192,55); }
div.DivClassName
{
background-color: #3AC037;
}
.BgClassName
{
background-color: #3AC037;
}
</style>
border-color css
<style>
span { border-color: #3AC037; }
span { border-color: rgb(58,192,55); }
td.TdClassName
{
border-color: #3AC037;
}
.TagClassName
{
border-color: #3AC037;
}
</style>