Shades of Lime Green #3BAB2F
Tints of Lime Green #3BAB2F
RGB
CMYK
RGB Variations
Color information
#3BAB2F (or 0x3BAB2F) is known color: Lime Green. HEX triplet: 3B, AB and 2F. RGB value is (59,171,47). Sum of RGB (Red+Green+Blue) = 59+171+47=277 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.30% from 277); Green value is 171 (67.19% from 255 or 61.73% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 171 - color contains mainly: green. Hex color #3BAB2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAB2F is #C454D0. Grayscale: #7B7B7B. Windows color (decimal): -12866769 or 3124027. OLE color: 3124027.
HSL color Cylindrical-coordinate representation of color #3BAB2F: hue angle of 114.19º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BAB2F is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 171 | 47 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.33 |
| HSL | 114.19º | 0.57% | 0.43% | - |
| HSV(B) | 114.19º | 0.73% | 0.67% | - |
| XYZ | 16.88 | 30.26 | 7.64 | - |
| YUV | 123.38 | 84.89 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 171 | 47 | 0.65 | 0 | 0.73 | 0.33 | 114.19 | 0.57 | 0.43 |
| Hex | 3B | AB | 2F | 41 | 0 | 49 | 21 | 72 | 39 | 2B |
| Octal | 73 | 253 | 57 | 101 | 0 | 111 | 41 | 162 | 71 | 53 |
| Binary | 111011 | 10101011 | 101111 | 1000001 | 0 | 1001001 | 100001 | 1110010 | 111001 | 101011 |
Color Harmonies of #3BAB2F
Complementary color
Monochromatic Colors of #3BAB2F
Black with #3BAB2F
Text Example
Text Example
White with #3BAB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAB2F; }
p { color: rgb(59,171,47); }
H1.HeaderClassName
{
color: #3BAB2F;
}
.AnyTagClassName
{
color: #3BAB2F;
}
</style>
background-color css
<style>
a { background-color: #3BAB2F; }
a { background-color: rgb(59,171,47); }
div.DivClassName
{
background-color: #3BAB2F;
}
.BgClassName
{
background-color: #3BAB2F;
}
</style>
border-color css
<style>
span { border-color: #3BAB2F; }
span { border-color: rgb(59,171,47); }
td.TdClassName
{
border-color: #3BAB2F;
}
.TagClassName
{
border-color: #3BAB2F;
}
</style>