Shades of Lime Green #4BCB40
Tints of Lime Green #4BCB40
RGB
CMYK
RGB Variations
Color information
#4BCB40 (or 0x4BCB40) is known color: Lime Green. HEX triplet: 4B, CB and 40. RGB value is (75,203,64). Sum of RGB (Red+Green+Blue) = 75+203+64=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 203 (79.69% from 255 or 59.36% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCB40 is #B434BF. Grayscale: #959595. Windows color (decimal): -11809984 or 4246347. OLE color: 4246347.
HSL color Cylindrical-coordinate representation of color #4BCB40: hue angle of 115.25º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BCB40 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 203 | 64 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.20 |
| HSL | 115.25º | 0.57% | 0.52% | - |
| HSV(B) | 115.25º | 0.68% | 0.8% | - |
| XYZ | 25.18 | 44.58 | 12.13 | - |
| YUV | 148.88 | 80.09 | 75.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 203 | 64 | 0.63 | 0 | 0.68 | 0.20 | 115.25 | 0.57 | 0.52 |
| Hex | 4B | CB | 40 | 3F | 0 | 44 | 14 | 73 | 39 | 34 |
| Octal | 113 | 313 | 100 | 77 | 0 | 104 | 24 | 163 | 71 | 64 |
| Binary | 1001011 | 11001011 | 1000000 | 111111 | 0 | 1000100 | 10100 | 1110011 | 111001 | 110100 |
Color Harmonies of #4BCB40
Complementary color
Monochromatic Colors of #4BCB40
Black with #4BCB40
Text Example
Text Example
White with #4BCB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCB40; }
p { color: rgb(75,203,64); }
H1.HeaderClassName
{
color: #4BCB40;
}
.AnyTagClassName
{
color: #4BCB40;
}
</style>
background-color css
<style>
a { background-color: #4BCB40; }
a { background-color: rgb(75,203,64); }
div.DivClassName
{
background-color: #4BCB40;
}
.BgClassName
{
background-color: #4BCB40;
}
</style>
border-color css
<style>
span { border-color: #4BCB40; }
span { border-color: rgb(75,203,64); }
td.TdClassName
{
border-color: #4BCB40;
}
.TagClassName
{
border-color: #4BCB40;
}
</style>