Shades of Lime Green #49BA3B
Tints of Lime Green #49BA3B
RGB
CMYK
RGB Variations
Color information
#49BA3B (or 0x49BA3B) is known color: Lime Green. HEX triplet: 49, BA and 3B. RGB value is (73,186,59). Sum of RGB (Red+Green+Blue) = 73+186+59=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49BA3B is #B645C4. Grayscale: #8A8A8A. Windows color (decimal): -11945413 or 3914313. OLE color: 3914313.
HSL color Cylindrical-coordinate representation of color #49BA3B: hue angle of 113.39º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49BA3B is Cyan = 0.61, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 186 | 59 | - |
| CMYK | 0.61 | 0 | 0.68 | 0.27 |
| HSL | 113.39º | 0.52% | 0.48% | - |
| HSV(B) | 113.39º | 0.68% | 0.73% | - |
| XYZ | 21.1 | 36.85 | 10.14 | - |
| YUV | 137.74 | 83.56 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 59 | 0.61 | 0 | 0.68 | 0.27 | 113.39 | 0.52 | 0.48 |
| Hex | 49 | BA | 3B | 3D | 0 | 44 | 1B | 71 | 34 | 30 |
| Octal | 111 | 272 | 73 | 75 | 0 | 104 | 33 | 161 | 64 | 60 |
| Binary | 1001001 | 10111010 | 111011 | 111101 | 0 | 1000100 | 11011 | 1110001 | 110100 | 110000 |
Color Harmonies of #49BA3B
Complementary color
Monochromatic Colors of #49BA3B
Black with #49BA3B
Text Example
Text Example
White with #49BA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BA3B; }
p { color: rgb(73,186,59); }
H1.HeaderClassName
{
color: #49BA3B;
}
.AnyTagClassName
{
color: #49BA3B;
}
</style>
background-color css
<style>
a { background-color: #49BA3B; }
a { background-color: rgb(73,186,59); }
div.DivClassName
{
background-color: #49BA3B;
}
.BgClassName
{
background-color: #49BA3B;
}
</style>
border-color css
<style>
span { border-color: #49BA3B; }
span { border-color: rgb(73,186,59); }
td.TdClassName
{
border-color: #49BA3B;
}
.TagClassName
{
border-color: #49BA3B;
}
</style>