Shades of Lime Green #3AC036
Tints of Lime Green #3AC036
RGB
CMYK
RGB Variations
Color information
#3AC036 (or 0x3AC036) is known color: Lime Green. HEX triplet: 3A, C0 and 36. RGB value is (58,192,54). Sum of RGB (Red+Green+Blue) = 58+192+54=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #3AC036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AC036 is #C53FC9. Grayscale: #888888. Windows color (decimal): -12926922 or 3588154. OLE color: 3588154.
HSL color Cylindrical-coordinate representation of color #3AC036: hue angle of 118.26º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AC036 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 192 | 54 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.25 |
| HSL | 118.26º | 0.56% | 0.48% | - |
| HSV(B) | 118.26º | 0.72% | 0.75% | - |
| XYZ | 21.26 | 38.87 | 9.87 | - |
| YUV | 136.2 | 81.61 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 192 | 54 | 0.70 | 0 | 0.72 | 0.25 | 118.26 | 0.56 | 0.48 |
| Hex | 3A | C0 | 36 | 46 | 0 | 48 | 19 | 76 | 38 | 30 |
| Octal | 72 | 300 | 66 | 106 | 0 | 110 | 31 | 166 | 70 | 60 |
| Binary | 111010 | 11000000 | 110110 | 1000110 | 0 | 1001000 | 11001 | 1110110 | 111000 | 110000 |
Color Harmonies of #3AC036
Complementary color
Monochromatic Colors of #3AC036
Black with #3AC036
Text Example
Text Example
White with #3AC036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC036; }
p { color: rgb(58,192,54); }
H1.HeaderClassName
{
color: #3AC036;
}
.AnyTagClassName
{
color: #3AC036;
}
</style>
background-color css
<style>
a { background-color: #3AC036; }
a { background-color: rgb(58,192,54); }
div.DivClassName
{
background-color: #3AC036;
}
.BgClassName
{
background-color: #3AC036;
}
</style>
border-color css
<style>
span { border-color: #3AC036; }
span { border-color: rgb(58,192,54); }
td.TdClassName
{
border-color: #3AC036;
}
.TagClassName
{
border-color: #3AC036;
}
</style>