Shades of Lime Green #4BBD39
Tints of Lime Green #4BBD39
RGB
CMYK
RGB Variations
Color information
#4BBD39 (or 0x4BBD39) is known color: Lime Green. HEX triplet: 4B, BD and 39. RGB value is (75,189,57). Sum of RGB (Red+Green+Blue) = 75+189+57=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 189 (74.22% from 255 or 58.88% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BBD39 is #B442C6. Grayscale: #8C8C8C. Windows color (decimal): -11813575 or 3784011. OLE color: 3784011.
HSL color Cylindrical-coordinate representation of color #4BBD39: hue angle of 111.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BBD39 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 189 | 57 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.26 |
| HSL | 111.82º | 0.54% | 0.48% | - |
| HSV(B) | 111.82º | 0.7% | 0.74% | - |
| XYZ | 21.84 | 38.19 | 10.09 | - |
| YUV | 139.87 | 81.23 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 57 | 0.60 | 0 | 0.70 | 0.26 | 111.82 | 0.54 | 0.48 |
| Hex | 4B | BD | 39 | 3C | 0 | 46 | 1A | 70 | 36 | 30 |
| Octal | 113 | 275 | 71 | 74 | 0 | 106 | 32 | 160 | 66 | 60 |
| Binary | 1001011 | 10111101 | 111001 | 111100 | 0 | 1000110 | 11010 | 1110000 | 110110 | 110000 |
Color Harmonies of #4BBD39
Complementary color
Monochromatic Colors of #4BBD39
Black with #4BBD39
Text Example
Text Example
White with #4BBD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBD39; }
p { color: rgb(75,189,57); }
H1.HeaderClassName
{
color: #4BBD39;
}
.AnyTagClassName
{
color: #4BBD39;
}
</style>
background-color css
<style>
a { background-color: #4BBD39; }
a { background-color: rgb(75,189,57); }
div.DivClassName
{
background-color: #4BBD39;
}
.BgClassName
{
background-color: #4BBD39;
}
</style>
border-color css
<style>
span { border-color: #4BBD39; }
span { border-color: rgb(75,189,57); }
td.TdClassName
{
border-color: #4BBD39;
}
.TagClassName
{
border-color: #4BBD39;
}
</style>