Shades of Lime Green #4BC034
Tints of Lime Green #4BC034
RGB
CMYK
RGB Variations
Color information
#4BC034 (or 0x4BC034) is known color: Lime Green. HEX triplet: 4B, C0 and 34. RGB value is (75,192,52). Sum of RGB (Red+Green+Blue) = 75+192+52=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC034 is #B43FCB. Grayscale: #8D8D8D. Windows color (decimal): -11812812 or 3457099. OLE color: 3457099.
HSL color Cylindrical-coordinate representation of color #4BC034: hue angle of 110.14º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4BC034 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 192 | 52 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.25 |
| HSL | 110.14º | 0.57% | 0.48% | - |
| HSV(B) | 110.14º | 0.73% | 0.75% | - |
| XYZ | 22.37 | 39.44 | 9.68 | - |
| YUV | 141.06 | 77.74 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 192 | 52 | 0.61 | 0 | 0.73 | 0.25 | 110.14 | 0.57 | 0.48 |
| Hex | 4B | C0 | 34 | 3D | 0 | 49 | 19 | 6E | 39 | 30 |
| Octal | 113 | 300 | 64 | 75 | 0 | 111 | 31 | 156 | 71 | 60 |
| Binary | 1001011 | 11000000 | 110100 | 111101 | 0 | 1001001 | 11001 | 1101110 | 111001 | 110000 |
Color Harmonies of #4BC034
Complementary color
Monochromatic Colors of #4BC034
Black with #4BC034
Text Example
Text Example
White with #4BC034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC034; }
p { color: rgb(75,192,52); }
H1.HeaderClassName
{
color: #4BC034;
}
.AnyTagClassName
{
color: #4BC034;
}
</style>
background-color css
<style>
a { background-color: #4BC034; }
a { background-color: rgb(75,192,52); }
div.DivClassName
{
background-color: #4BC034;
}
.BgClassName
{
background-color: #4BC034;
}
</style>
border-color css
<style>
span { border-color: #4BC034; }
span { border-color: rgb(75,192,52); }
td.TdClassName
{
border-color: #4BC034;
}
.TagClassName
{
border-color: #4BC034;
}
</style>