Shades of Lime Green #4BD650
Tints of Lime Green #4BD650
RGB
CMYK
RGB Variations
Color information
#4BD650 (or 0x4BD650) is known color: Lime Green. HEX triplet: 4B, D6 and 50. RGB value is (75,214,80). Sum of RGB (Red+Green+Blue) = 75+214+80=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 214 (83.98% from 255 or 57.99% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 214 - color contains mainly: green. Hex color #4BD650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD650 is #B429AF. Grayscale: #9D9D9D. Windows color (decimal): -11807152 or 5297739. OLE color: 5297739.
HSL color Cylindrical-coordinate representation of color #4BD650: hue angle of 122.16º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD650 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 214 | 80 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.16 |
| HSL | 122.16º | 0.63% | 0.57% | - |
| HSV(B) | 122.16º | 0.65% | 0.84% | - |
| XYZ | 28.4 | 50.17 | 15.78 | - |
| YUV | 157.16 | 84.45 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 214 | 80 | 0.65 | 0 | 0.63 | 0.16 | 122.16 | 0.63 | 0.57 |
| Hex | 4B | D6 | 50 | 41 | 0 | 3F | 10 | 7A | 3F | 39 |
| Octal | 113 | 326 | 120 | 101 | 0 | 77 | 20 | 172 | 77 | 71 |
| Binary | 1001011 | 11010110 | 1010000 | 1000001 | 0 | 111111 | 10000 | 1111010 | 111111 | 111001 |
Color Harmonies of #4BD650
Complementary color
Monochromatic Colors of #4BD650
Black with #4BD650
Text Example
Text Example
White with #4BD650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD650; }
p { color: rgb(75,214,80); }
H1.HeaderClassName
{
color: #4BD650;
}
.AnyTagClassName
{
color: #4BD650;
}
</style>
background-color css
<style>
a { background-color: #4BD650; }
a { background-color: rgb(75,214,80); }
div.DivClassName
{
background-color: #4BD650;
}
.BgClassName
{
background-color: #4BD650;
}
</style>
border-color css
<style>
span { border-color: #4BD650; }
span { border-color: rgb(75,214,80); }
td.TdClassName
{
border-color: #4BD650;
}
.TagClassName
{
border-color: #4BD650;
}
</style>