Shades of Lime Green #3ABA33
Tints of Lime Green #3ABA33
RGB
CMYK
RGB Variations
Color information
#3ABA33 (or 0x3ABA33) is known color: Lime Green. HEX triplet: 3A, BA and 33. RGB value is (58,186,51). Sum of RGB (Red+Green+Blue) = 58+186+51=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABA33 is #C545CC. Grayscale: #848484. Windows color (decimal): -12928461 or 3390010. OLE color: 3390010.
HSL color Cylindrical-coordinate representation of color #3ABA33: hue angle of 116.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ABA33 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 51 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.27 |
| HSL | 116.89º | 0.57% | 0.46% | - |
| HSV(B) | 116.89º | 0.73% | 0.73% | - |
| XYZ | 19.9 | 36.26 | 9.08 | - |
| YUV | 132.34 | 82.09 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 51 | 0.69 | 0 | 0.73 | 0.27 | 116.89 | 0.57 | 0.46 |
| Hex | 3A | BA | 33 | 45 | 0 | 49 | 1B | 75 | 39 | 2E |
| Octal | 72 | 272 | 63 | 105 | 0 | 111 | 33 | 165 | 71 | 56 |
| Binary | 111010 | 10111010 | 110011 | 1000101 | 0 | 1001001 | 11011 | 1110101 | 111001 | 101110 |
Color Harmonies of #3ABA33
Complementary color
Monochromatic Colors of #3ABA33
Black with #3ABA33
Text Example
Text Example
White with #3ABA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA33; }
p { color: rgb(58,186,51); }
H1.HeaderClassName
{
color: #3ABA33;
}
.AnyTagClassName
{
color: #3ABA33;
}
</style>
background-color css
<style>
a { background-color: #3ABA33; }
a { background-color: rgb(58,186,51); }
div.DivClassName
{
background-color: #3ABA33;
}
.BgClassName
{
background-color: #3ABA33;
}
</style>
border-color css
<style>
span { border-color: #3ABA33; }
span { border-color: rgb(58,186,51); }
td.TdClassName
{
border-color: #3ABA33;
}
.TagClassName
{
border-color: #3ABA33;
}
</style>