Shades of Lime Green #3AC836
Tints of Lime Green #3AC836
RGB
CMYK
RGB Variations
Color information
#3AC836 (or 0x3AC836) is known color: Lime Green. HEX triplet: 3A, C8 and 36. RGB value is (58,200,54). Sum of RGB (Red+Green+Blue) = 58+200+54=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 200 (78.52% from 255 or 64.10% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 200 - color contains mainly: green. Hex color #3AC836 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC836 is #C537C9. Grayscale: #8D8D8D. Windows color (decimal): -12924874 or 3590202. OLE color: 3590202.
HSL color Cylindrical-coordinate representation of color #3AC836: hue angle of 118.36º 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 #3AC836 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 58 | 200 | 54 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.22 |
| HSL | 118.36º | 0.57% | 0.5% | - |
| HSV(B) | 118.36º | 0.73% | 0.78% | - |
| XYZ | 23.07 | 42.47 | 10.47 | - |
| YUV | 140.9 | 78.96 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 200 | 54 | 0.71 | 0 | 0.73 | 0.22 | 118.36 | 0.57 | 0.5 |
| Hex | 3A | C8 | 36 | 47 | 0 | 49 | 16 | 76 | 39 | 32 |
| Octal | 72 | 310 | 66 | 107 | 0 | 111 | 26 | 166 | 71 | 62 |
| Binary | 111010 | 11001000 | 110110 | 1000111 | 0 | 1001001 | 10110 | 1110110 | 111001 | 110010 |
Color Harmonies of #3AC836
Complementary color
Monochromatic Colors of #3AC836
Black with #3AC836
Text Example
Text Example
White with #3AC836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC836; }
p { color: rgb(58,200,54); }
H1.HeaderClassName
{
color: #3AC836;
}
.AnyTagClassName
{
color: #3AC836;
}
</style>
background-color css
<style>
a { background-color: #3AC836; }
a { background-color: rgb(58,200,54); }
div.DivClassName
{
background-color: #3AC836;
}
.BgClassName
{
background-color: #3AC836;
}
</style>
border-color css
<style>
span { border-color: #3AC836; }
span { border-color: rgb(58,200,54); }
td.TdClassName
{
border-color: #3AC836;
}
.TagClassName
{
border-color: #3AC836;
}
</style>