Shades of Lime Green #3BAB33
Tints of Lime Green #3BAB33
RGB
CMYK
RGB Variations
Color information
#3BAB33 (or 0x3BAB33) is known color: Lime Green. HEX triplet: 3B, AB and 33. RGB value is (59,171,51). Sum of RGB (Red+Green+Blue) = 59+171+51=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 171 (67.19% from 255 or 60.85% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 171 - color contains mainly: green. Hex color #3BAB33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAB33 is #C454CC. Grayscale: #7C7C7C. Windows color (decimal): -12866765 or 3386171. OLE color: 3386171.
HSL color Cylindrical-coordinate representation of color #3BAB33: hue angle of 116º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BAB33 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 171 | 51 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.33 |
| HSL | 116º | 0.54% | 0.44% | - |
| HSV(B) | 116º | 0.7% | 0.67% | - |
| XYZ | 16.96 | 30.29 | 8.09 | - |
| YUV | 123.83 | 86.89 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 171 | 51 | 0.65 | 0 | 0.70 | 0.33 | 116 | 0.54 | 0.44 |
| Hex | 3B | AB | 33 | 41 | 0 | 46 | 21 | 74 | 36 | 2C |
| Octal | 73 | 253 | 63 | 101 | 0 | 106 | 41 | 164 | 66 | 54 |
| Binary | 111011 | 10101011 | 110011 | 1000001 | 0 | 1000110 | 100001 | 1110100 | 110110 | 101100 |
Color Harmonies of #3BAB33
Complementary color
Monochromatic Colors of #3BAB33
Black with #3BAB33
Text Example
Text Example
White with #3BAB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAB33; }
p { color: rgb(59,171,51); }
H1.HeaderClassName
{
color: #3BAB33;
}
.AnyTagClassName
{
color: #3BAB33;
}
</style>
background-color css
<style>
a { background-color: #3BAB33; }
a { background-color: rgb(59,171,51); }
div.DivClassName
{
background-color: #3BAB33;
}
.BgClassName
{
background-color: #3BAB33;
}
</style>
border-color css
<style>
span { border-color: #3BAB33; }
span { border-color: rgb(59,171,51); }
td.TdClassName
{
border-color: #3BAB33;
}
.TagClassName
{
border-color: #3BAB33;
}
</style>