Shades of Lime Green #4BFA37
Tints of Lime Green #4BFA37
RGB
CMYK
RGB Variations
Color information
#4BFA37 (or 0x4BFA37) is known color: Lime Green. HEX triplet: 4B, FA and 37. RGB value is (75,250,55). Sum of RGB (Red+Green+Blue) = 75+250+55=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 250 (98.05% from 255 or 65.79% from 380); Blue value is 55 (21.88% from 255 or 14.47% from 380); Max value from RGB is 250 - color contains mainly: green. Hex color #4BFA37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFA37 is #B405C8. Grayscale: #B0B0B0. Windows color (decimal): -11797961 or 3668555. OLE color: 3668555.
HSL color Cylindrical-coordinate representation of color #4BFA37: hue angle of 113.85º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4BFA37 is Cyan = 0.7, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 75 | 250 | 55 | - |
| CMYK | 0.7 | 0 | 0.78 | 0.02 |
| HSL | 113.85º | 0.95% | 0.6% | - |
| HSV(B) | 113.85º | 0.78% | 0.98% | - |
| XYZ | 37.78 | 70.14 | 15.16 | - |
| YUV | 175.45 | 60.02 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 250 | 55 | 0.7 | 0 | 0.78 | 0.02 | 113.85 | 0.95 | 0.6 |
| Hex | 4B | FA | 37 | 46 | 0 | 4E | 2 | 72 | 5F | 3C |
| Octal | 113 | 372 | 67 | 106 | 0 | 116 | 2 | 162 | 137 | 74 |
| Binary | 1001011 | 11111010 | 110111 | 1000110 | 0 | 1001110 | 10 | 1110010 | 1011111 | 111100 |
Color Harmonies of #4BFA37
Complementary color
Monochromatic Colors of #4BFA37
Black with #4BFA37
Text Example
Text Example
White with #4BFA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BFA37; }
p { color: rgb(75,250,55); }
H1.HeaderClassName
{
color: #4BFA37;
}
.AnyTagClassName
{
color: #4BFA37;
}
</style>
background-color css
<style>
a { background-color: #4BFA37; }
a { background-color: rgb(75,250,55); }
div.DivClassName
{
background-color: #4BFA37;
}
.BgClassName
{
background-color: #4BFA37;
}
</style>
border-color css
<style>
span { border-color: #4BFA37; }
span { border-color: rgb(75,250,55); }
td.TdClassName
{
border-color: #4BFA37;
}
.TagClassName
{
border-color: #4BFA37;
}
</style>