Shades of Lime Green #4BC836
Tints of Lime Green #4BC836
RGB
CMYK
RGB Variations
Color information
#4BC836 (or 0x4BC836) is known color: Lime Green. HEX triplet: 4B, C8 and 36. RGB value is (75,200,54). Sum of RGB (Red+Green+Blue) = 75+200+54=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 200 (78.52% from 255 or 60.79% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC836 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC836 is #B437C9. Grayscale: #929292. Windows color (decimal): -11810762 or 3590219. OLE color: 3590219.
HSL color Cylindrical-coordinate representation of color #4BC836: hue angle of 111.37º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4BC836 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 200 | 54 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.22 |
| HSL | 111.37º | 0.57% | 0.5% | - |
| HSV(B) | 111.37º | 0.73% | 0.78% | - |
| XYZ | 24.22 | 43.07 | 10.53 | - |
| YUV | 145.98 | 76.09 | 77.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 200 | 54 | 0.62 | 0 | 0.73 | 0.22 | 111.37 | 0.57 | 0.5 |
| Hex | 4B | C8 | 36 | 3E | 0 | 49 | 16 | 6F | 39 | 32 |
| Octal | 113 | 310 | 66 | 76 | 0 | 111 | 26 | 157 | 71 | 62 |
| Binary | 1001011 | 11001000 | 110110 | 111110 | 0 | 1001001 | 10110 | 1101111 | 111001 | 110010 |
Color Harmonies of #4BC836
Complementary color
Monochromatic Colors of #4BC836
Black with #4BC836
Text Example
Text Example
White with #4BC836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC836; }
p { color: rgb(75,200,54); }
H1.HeaderClassName
{
color: #4BC836;
}
.AnyTagClassName
{
color: #4BC836;
}
</style>
background-color css
<style>
a { background-color: #4BC836; }
a { background-color: rgb(75,200,54); }
div.DivClassName
{
background-color: #4BC836;
}
.BgClassName
{
background-color: #4BC836;
}
</style>
border-color css
<style>
span { border-color: #4BC836; }
span { border-color: rgb(75,200,54); }
td.TdClassName
{
border-color: #4BC836;
}
.TagClassName
{
border-color: #4BC836;
}
</style>