Shades of Lime Green #3AC837
Tints of Lime Green #3AC837
RGB
CMYK
RGB Variations
Color information
#3AC837 (or 0x3AC837) is known color: Lime Green. HEX triplet: 3A, C8 and 37. RGB value is (58,200,55). Sum of RGB (Red+Green+Blue) = 58+200+55=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 200 (78.52% from 255 or 63.90% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC837 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC837 is #C537C8. Grayscale: #8D8D8D. Windows color (decimal): -12924873 or 3655738. OLE color: 3655738.
HSL color Cylindrical-coordinate representation of color #3AC837: hue angle of 118.76º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AC837 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 200 | 55 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.22 |
| HSL | 118.76º | 0.57% | 0.5% | - |
| HSV(B) | 118.76º | 0.73% | 0.78% | - |
| XYZ | 23.09 | 42.48 | 10.6 | - |
| YUV | 141.01 | 79.46 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 200 | 55 | 0.71 | 0 | 0.72 | 0.22 | 118.76 | 0.57 | 0.5 |
| Hex | 3A | C8 | 37 | 47 | 0 | 48 | 16 | 77 | 39 | 32 |
| Octal | 72 | 310 | 67 | 107 | 0 | 110 | 26 | 167 | 71 | 62 |
| Binary | 111010 | 11001000 | 110111 | 1000111 | 0 | 1001000 | 10110 | 1110111 | 111001 | 110010 |
Color Harmonies of #3AC837
Complementary color
Monochromatic Colors of #3AC837
Black with #3AC837
Text Example
Text Example
White with #3AC837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC837; }
p { color: rgb(58,200,55); }
H1.HeaderClassName
{
color: #3AC837;
}
.AnyTagClassName
{
color: #3AC837;
}
</style>
background-color css
<style>
a { background-color: #3AC837; }
a { background-color: rgb(58,200,55); }
div.DivClassName
{
background-color: #3AC837;
}
.BgClassName
{
background-color: #3AC837;
}
</style>
border-color css
<style>
span { border-color: #3AC837; }
span { border-color: rgb(58,200,55); }
td.TdClassName
{
border-color: #3AC837;
}
.TagClassName
{
border-color: #3AC837;
}
</style>