Shades of Lime Green #4BDF47
Tints of Lime Green #4BDF47
RGB
CMYK
RGB Variations
Color information
#4BDF47 (or 0x4BDF47) is known color: Lime Green. HEX triplet: 4B, DF and 47. RGB value is (75,223,71). Sum of RGB (Red+Green+Blue) = 75+223+71=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDF47 is #B420B8. Grayscale: #A1A1A1. Windows color (decimal): -11804857 or 4710219. OLE color: 4710219.
HSL color Cylindrical-coordinate representation of color #4BDF47: hue angle of 118.42º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BDF47 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 71 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.13 |
| HSL | 118.42º | 0.7% | 0.58% | - |
| HSV(B) | 118.42º | 0.68% | 0.87% | - |
| XYZ | 30.43 | 54.73 | 14.92 | - |
| YUV | 161.42 | 76.97 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 71 | 0.66 | 0 | 0.68 | 0.13 | 118.42 | 0.7 | 0.58 |
| Hex | 4B | DF | 47 | 42 | 0 | 44 | D | 76 | 46 | 3A |
| Octal | 113 | 337 | 107 | 102 | 0 | 104 | 15 | 166 | 106 | 72 |
| Binary | 1001011 | 11011111 | 1000111 | 1000010 | 0 | 1000100 | 1101 | 1110110 | 1000110 | 111010 |
Color Harmonies of #4BDF47
Complementary color
Monochromatic Colors of #4BDF47
Black with #4BDF47
Text Example
Text Example
White with #4BDF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF47; }
p { color: rgb(75,223,71); }
H1.HeaderClassName
{
color: #4BDF47;
}
.AnyTagClassName
{
color: #4BDF47;
}
</style>
background-color css
<style>
a { background-color: #4BDF47; }
a { background-color: rgb(75,223,71); }
div.DivClassName
{
background-color: #4BDF47;
}
.BgClassName
{
background-color: #4BDF47;
}
</style>
border-color css
<style>
span { border-color: #4BDF47; }
span { border-color: rgb(75,223,71); }
td.TdClassName
{
border-color: #4BDF47;
}
.TagClassName
{
border-color: #4BDF47;
}
</style>