Shades of Lime Green #3ABA36
Tints of Lime Green #3ABA36
RGB
CMYK
RGB Variations
Color information
#3ABA36 (or 0x3ABA36) is known color: Lime Green. HEX triplet: 3A, BA and 36. RGB value is (58,186,54). Sum of RGB (Red+Green+Blue) = 58+186+54=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABA36 is #C545C9. Grayscale: #858585. Windows color (decimal): -12928458 or 3586618. OLE color: 3586618.
HSL color Cylindrical-coordinate representation of color #3ABA36: hue angle of 118.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3ABA36 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 54 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.27 |
| HSL | 118.18º | 0.55% | 0.47% | - |
| HSV(B) | 118.18º | 0.71% | 0.73% | - |
| XYZ | 19.97 | 36.28 | 9.44 | - |
| YUV | 132.68 | 83.59 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 54 | 0.69 | 0 | 0.71 | 0.27 | 118.18 | 0.55 | 0.47 |
| Hex | 3A | BA | 36 | 45 | 0 | 47 | 1B | 76 | 37 | 2F |
| Octal | 72 | 272 | 66 | 105 | 0 | 107 | 33 | 166 | 67 | 57 |
| Binary | 111010 | 10111010 | 110110 | 1000101 | 0 | 1000111 | 11011 | 1110110 | 110111 | 101111 |
Color Harmonies of #3ABA36
Complementary color
Monochromatic Colors of #3ABA36
Black with #3ABA36
Text Example
Text Example
White with #3ABA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA36; }
p { color: rgb(58,186,54); }
H1.HeaderClassName
{
color: #3ABA36;
}
.AnyTagClassName
{
color: #3ABA36;
}
</style>
background-color css
<style>
a { background-color: #3ABA36; }
a { background-color: rgb(58,186,54); }
div.DivClassName
{
background-color: #3ABA36;
}
.BgClassName
{
background-color: #3ABA36;
}
</style>
border-color css
<style>
span { border-color: #3ABA36; }
span { border-color: rgb(58,186,54); }
td.TdClassName
{
border-color: #3ABA36;
}
.TagClassName
{
border-color: #3ABA36;
}
</style>