Shades of Lime Green #3BAC31
Tints of Lime Green #3BAC31
RGB
CMYK
RGB Variations
Color information
#3BAC31 (or 0x3BAC31) is known color: Lime Green. HEX triplet: 3B, AC and 31. RGB value is (59,172,49). Sum of RGB (Red+Green+Blue) = 59+172+49=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 172 (67.58% from 255 or 61.43% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAC31 is #C453CE. Grayscale: #7C7C7C. Windows color (decimal): -12866511 or 3255355. OLE color: 3255355.
HSL color Cylindrical-coordinate representation of color #3BAC31: hue angle of 115.12º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BAC31 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 172 | 49 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.33 |
| HSL | 115.12º | 0.56% | 0.43% | - |
| HSV(B) | 115.12º | 0.72% | 0.67% | - |
| XYZ | 17.11 | 30.66 | 7.92 | - |
| YUV | 124.19 | 85.56 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 49 | 0.66 | 0 | 0.72 | 0.33 | 115.12 | 0.56 | 0.43 |
| Hex | 3B | AC | 31 | 42 | 0 | 48 | 21 | 73 | 38 | 2B |
| Octal | 73 | 254 | 61 | 102 | 0 | 110 | 41 | 163 | 70 | 53 |
| Binary | 111011 | 10101100 | 110001 | 1000010 | 0 | 1001000 | 100001 | 1110011 | 111000 | 101011 |
Color Harmonies of #3BAC31
Complementary color
Monochromatic Colors of #3BAC31
Black with #3BAC31
Text Example
Text Example
White with #3BAC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAC31; }
p { color: rgb(59,172,49); }
H1.HeaderClassName
{
color: #3BAC31;
}
.AnyTagClassName
{
color: #3BAC31;
}
</style>
background-color css
<style>
a { background-color: #3BAC31; }
a { background-color: rgb(59,172,49); }
div.DivClassName
{
background-color: #3BAC31;
}
.BgClassName
{
background-color: #3BAC31;
}
</style>
border-color css
<style>
span { border-color: #3BAC31; }
span { border-color: rgb(59,172,49); }
td.TdClassName
{
border-color: #3BAC31;
}
.TagClassName
{
border-color: #3BAC31;
}
</style>