Shades of Lime Green #4BC041
Tints of Lime Green #4BC041
RGB
CMYK
RGB Variations
Color information
#4BC041 (or 0x4BC041) is known color: Lime Green. HEX triplet: 4B, C0 and 41. RGB value is (75,192,65). Sum of RGB (Red+Green+Blue) = 75+192+65=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 192 (75.39% from 255 or 57.83% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC041 is #B43FBE. Grayscale: #8E8E8E. Windows color (decimal): -11812799 or 4309067. OLE color: 4309067.
HSL color Cylindrical-coordinate representation of color #4BC041: hue angle of 115.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BC041 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 192 | 65 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.25 |
| HSL | 115.28º | 0.5% | 0.5% | - |
| HSV(B) | 115.28º | 0.66% | 0.75% | - |
| XYZ | 22.71 | 39.58 | 11.44 | - |
| YUV | 142.54 | 84.24 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 192 | 65 | 0.61 | 0 | 0.66 | 0.25 | 115.28 | 0.5 | 0.5 |
| Hex | 4B | C0 | 41 | 3D | 0 | 42 | 19 | 73 | 32 | 32 |
| Octal | 113 | 300 | 101 | 75 | 0 | 102 | 31 | 163 | 62 | 62 |
| Binary | 1001011 | 11000000 | 1000001 | 111101 | 0 | 1000010 | 11001 | 1110011 | 110010 | 110010 |
Color Harmonies of #4BC041
Complementary color
Monochromatic Colors of #4BC041
Black with #4BC041
Text Example
Text Example
White with #4BC041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC041; }
p { color: rgb(75,192,65); }
H1.HeaderClassName
{
color: #4BC041;
}
.AnyTagClassName
{
color: #4BC041;
}
</style>
background-color css
<style>
a { background-color: #4BC041; }
a { background-color: rgb(75,192,65); }
div.DivClassName
{
background-color: #4BC041;
}
.BgClassName
{
background-color: #4BC041;
}
</style>
border-color css
<style>
span { border-color: #4BC041; }
span { border-color: rgb(75,192,65); }
td.TdClassName
{
border-color: #4BC041;
}
.TagClassName
{
border-color: #4BC041;
}
</style>