Shades of Lime Green #4BD150
Tints of Lime Green #4BD150
RGB
CMYK
RGB Variations
Color information
#4BD150 (or 0x4BD150) is known color: Lime Green. HEX triplet: 4B, D1 and 50. RGB value is (75,209,80). Sum of RGB (Red+Green+Blue) = 75+209+80=364 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.60% from 364); Green value is 209 (82.03% from 255 or 57.42% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 209 - color contains mainly: green. Hex color #4BD150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD150 is #B42EAF. Grayscale: #9A9A9A. Windows color (decimal): -11808432 or 5296459. OLE color: 5296459.
HSL color Cylindrical-coordinate representation of color #4BD150: hue angle of 122.24º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD150 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 209 | 80 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.18 |
| HSL | 122.24º | 0.59% | 0.56% | - |
| HSV(B) | 122.24º | 0.64% | 0.82% | - |
| XYZ | 27.15 | 47.68 | 15.36 | - |
| YUV | 154.23 | 86.11 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 209 | 80 | 0.64 | 0 | 0.62 | 0.18 | 122.24 | 0.59 | 0.56 |
| Hex | 4B | D1 | 50 | 40 | 0 | 3E | 12 | 7A | 3B | 38 |
| Octal | 113 | 321 | 120 | 100 | 0 | 76 | 22 | 172 | 73 | 70 |
| Binary | 1001011 | 11010001 | 1010000 | 1000000 | 0 | 111110 | 10010 | 1111010 | 111011 | 111000 |
Color Harmonies of #4BD150
Complementary color
Monochromatic Colors of #4BD150
Black with #4BD150
Text Example
Text Example
White with #4BD150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD150; }
p { color: rgb(75,209,80); }
H1.HeaderClassName
{
color: #4BD150;
}
.AnyTagClassName
{
color: #4BD150;
}
</style>
background-color css
<style>
a { background-color: #4BD150; }
a { background-color: rgb(75,209,80); }
div.DivClassName
{
background-color: #4BD150;
}
.BgClassName
{
background-color: #4BD150;
}
</style>
border-color css
<style>
span { border-color: #4BD150; }
span { border-color: rgb(75,209,80); }
td.TdClassName
{
border-color: #4BD150;
}
.TagClassName
{
border-color: #4BD150;
}
</style>