Shades of Lime Green #4BC737
Tints of Lime Green #4BC737
RGB
CMYK
RGB Variations
Color information
#4BC737 (or 0x4BC737) is known color: Lime Green. HEX triplet: 4B, C7 and 37. RGB value is (75,199,55). Sum of RGB (Red+Green+Blue) = 75+199+55=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 199 (78.12% from 255 or 60.49% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 199 - color contains mainly: green. Hex color #4BC737 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC737 is #B438C8. Grayscale: #919191. Windows color (decimal): -11811017 or 3655499. OLE color: 3655499.
HSL color Cylindrical-coordinate representation of color #4BC737: hue angle of 111.67º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4BC737 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 199 | 55 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.22 |
| HSL | 111.67º | 0.57% | 0.5% | - |
| HSV(B) | 111.67º | 0.72% | 0.78% | - |
| XYZ | 24.01 | 42.62 | 10.57 | - |
| YUV | 145.51 | 76.92 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 199 | 55 | 0.62 | 0 | 0.72 | 0.22 | 111.67 | 0.57 | 0.5 |
| Hex | 4B | C7 | 37 | 3E | 0 | 48 | 16 | 70 | 39 | 32 |
| Octal | 113 | 307 | 67 | 76 | 0 | 110 | 26 | 160 | 71 | 62 |
| Binary | 1001011 | 11000111 | 110111 | 111110 | 0 | 1001000 | 10110 | 1110000 | 111001 | 110010 |
Color Harmonies of #4BC737
Complementary color
Monochromatic Colors of #4BC737
Black with #4BC737
Text Example
Text Example
White with #4BC737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC737; }
p { color: rgb(75,199,55); }
H1.HeaderClassName
{
color: #4BC737;
}
.AnyTagClassName
{
color: #4BC737;
}
</style>
background-color css
<style>
a { background-color: #4BC737; }
a { background-color: rgb(75,199,55); }
div.DivClassName
{
background-color: #4BC737;
}
.BgClassName
{
background-color: #4BC737;
}
</style>
border-color css
<style>
span { border-color: #4BC737; }
span { border-color: rgb(75,199,55); }
td.TdClassName
{
border-color: #4BC737;
}
.TagClassName
{
border-color: #4BC737;
}
</style>