Shades of Lime Green #4BC035
Tints of Lime Green #4BC035
RGB
CMYK
RGB Variations
Color information
#4BC035 (or 0x4BC035) is known color: Lime Green. HEX triplet: 4B, C0 and 35. RGB value is (75,192,53). Sum of RGB (Red+Green+Blue) = 75+192+53=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC035 is #B43FCA. Grayscale: #8D8D8D. Windows color (decimal): -11812811 or 3522635. OLE color: 3522635.
HSL color Cylindrical-coordinate representation of color #4BC035: hue angle of 110.5º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4BC035 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 192 | 53 | - |
| CMYK | 0.61 | 0 | 0.72 | 0.25 |
| HSL | 110.5º | 0.57% | 0.48% | - |
| HSV(B) | 110.5º | 0.72% | 0.75% | - |
| XYZ | 22.39 | 39.45 | 9.8 | - |
| YUV | 141.17 | 78.24 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 192 | 53 | 0.61 | 0 | 0.72 | 0.25 | 110.5 | 0.57 | 0.48 |
| Hex | 4B | C0 | 35 | 3D | 0 | 48 | 19 | 6F | 39 | 30 |
| Octal | 113 | 300 | 65 | 75 | 0 | 110 | 31 | 157 | 71 | 60 |
| Binary | 1001011 | 11000000 | 110101 | 111101 | 0 | 1001000 | 11001 | 1101111 | 111001 | 110000 |
Color Harmonies of #4BC035
Complementary color
Monochromatic Colors of #4BC035
Black with #4BC035
Text Example
Text Example
White with #4BC035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC035; }
p { color: rgb(75,192,53); }
H1.HeaderClassName
{
color: #4BC035;
}
.AnyTagClassName
{
color: #4BC035;
}
</style>
background-color css
<style>
a { background-color: #4BC035; }
a { background-color: rgb(75,192,53); }
div.DivClassName
{
background-color: #4BC035;
}
.BgClassName
{
background-color: #4BC035;
}
</style>
border-color css
<style>
span { border-color: #4BC035; }
span { border-color: rgb(75,192,53); }
td.TdClassName
{
border-color: #4BC035;
}
.TagClassName
{
border-color: #4BC035;
}
</style>