Shades of Lime Green #4ABA36
Tints of Lime Green #4ABA36
RGB
CMYK
RGB Variations
Color information
#4ABA36 (or 0x4ABA36) is known color: Lime Green. HEX triplet: 4A, BA and 36. RGB value is (74,186,54). Sum of RGB (Red+Green+Blue) = 74+186+54=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ABA36 is #B545C9. Grayscale: #898989. Windows color (decimal): -11879882 or 3586634. OLE color: 3586634.
HSL color Cylindrical-coordinate representation of color #4ABA36: hue angle of 110.91º 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 #4ABA36 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 186 | 54 | - |
| CMYK | 0.60 | 0 | 0.71 | 0.27 |
| HSL | 110.91º | 0.55% | 0.47% | - |
| HSV(B) | 110.91º | 0.71% | 0.73% | - |
| XYZ | 21.05 | 36.84 | 9.49 | - |
| YUV | 137.46 | 80.89 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 54 | 0.60 | 0 | 0.71 | 0.27 | 110.91 | 0.55 | 0.47 |
| Hex | 4A | BA | 36 | 3C | 0 | 47 | 1B | 6F | 37 | 2F |
| Octal | 112 | 272 | 66 | 74 | 0 | 107 | 33 | 157 | 67 | 57 |
| Binary | 1001010 | 10111010 | 110110 | 111100 | 0 | 1000111 | 11011 | 1101111 | 110111 | 101111 |
Color Harmonies of #4ABA36
Complementary color
Monochromatic Colors of #4ABA36
Black with #4ABA36
Text Example
Text Example
White with #4ABA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABA36; }
p { color: rgb(74,186,54); }
H1.HeaderClassName
{
color: #4ABA36;
}
.AnyTagClassName
{
color: #4ABA36;
}
</style>
background-color css
<style>
a { background-color: #4ABA36; }
a { background-color: rgb(74,186,54); }
div.DivClassName
{
background-color: #4ABA36;
}
.BgClassName
{
background-color: #4ABA36;
}
</style>
border-color css
<style>
span { border-color: #4ABA36; }
span { border-color: rgb(74,186,54); }
td.TdClassName
{
border-color: #4ABA36;
}
.TagClassName
{
border-color: #4ABA36;
}
</style>