Shades of Lime Green #4BD74F
Tints of Lime Green #4BD74F
RGB
CMYK
RGB Variations
Color information
#4BD74F (or 0x4BD74F) is known color: Lime Green. HEX triplet: 4B, D7 and 4F. RGB value is (75,215,79). Sum of RGB (Red+Green+Blue) = 75+215+79=369 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.33% from 369); Green value is 215 (84.38% from 255 or 58.27% from 369); Blue value is 79 (31.25% from 255 or 21.41% from 369); Max value from RGB is 215 - color contains mainly: green. Hex color #4BD74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD74F is #B428B0. Grayscale: #9E9E9E. Windows color (decimal): -11806897 or 5232459. OLE color: 5232459.
HSL color Cylindrical-coordinate representation of color #4BD74F: hue angle of 121.71º degrees, saturation: 0.64, 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 #4BD74F is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 215 | 79 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.16 |
| HSL | 121.71º | 0.64% | 0.57% | - |
| HSV(B) | 121.71º | 0.65% | 0.84% | - |
| XYZ | 28.61 | 50.66 | 15.67 | - |
| YUV | 157.64 | 83.62 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 215 | 79 | 0.65 | 0 | 0.63 | 0.16 | 121.71 | 0.64 | 0.57 |
| Hex | 4B | D7 | 4F | 41 | 0 | 3F | 10 | 7A | 40 | 39 |
| Octal | 113 | 327 | 117 | 101 | 0 | 77 | 20 | 172 | 100 | 71 |
| Binary | 1001011 | 11010111 | 1001111 | 1000001 | 0 | 111111 | 10000 | 1111010 | 1000000 | 111001 |
Color Harmonies of #4BD74F
Complementary color
Monochromatic Colors of #4BD74F
Black with #4BD74F
Text Example
Text Example
White with #4BD74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD74F; }
p { color: rgb(75,215,79); }
H1.HeaderClassName
{
color: #4BD74F;
}
.AnyTagClassName
{
color: #4BD74F;
}
</style>
background-color css
<style>
a { background-color: #4BD74F; }
a { background-color: rgb(75,215,79); }
div.DivClassName
{
background-color: #4BD74F;
}
.BgClassName
{
background-color: #4BD74F;
}
</style>
border-color css
<style>
span { border-color: #4BD74F; }
span { border-color: rgb(75,215,79); }
td.TdClassName
{
border-color: #4BD74F;
}
.TagClassName
{
border-color: #4BD74F;
}
</style>