Shades of Lime Green #4BC636
Tints of Lime Green #4BC636
RGB
CMYK
RGB Variations
Color information
#4BC636 (or 0x4BC636) is known color: Lime Green. HEX triplet: 4B, C6 and 36. RGB value is (75,198,54). Sum of RGB (Red+Green+Blue) = 75+198+54=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 198 (77.73% from 255 or 60.55% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 198 - color contains mainly: green. Hex color #4BC636 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC636 is #B439C9. Grayscale: #919191. Windows color (decimal): -11811274 or 3589707. OLE color: 3589707.
HSL color Cylindrical-coordinate representation of color #4BC636: hue angle of 111.25º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4BC636 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 198 | 54 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.22 |
| HSL | 111.25º | 0.57% | 0.49% | - |
| HSV(B) | 111.25º | 0.73% | 0.78% | - |
| XYZ | 23.76 | 42.15 | 10.37 | - |
| YUV | 144.81 | 76.75 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 198 | 54 | 0.62 | 0 | 0.73 | 0.22 | 111.25 | 0.57 | 0.49 |
| Hex | 4B | C6 | 36 | 3E | 0 | 49 | 16 | 6F | 39 | 31 |
| Octal | 113 | 306 | 66 | 76 | 0 | 111 | 26 | 157 | 71 | 61 |
| Binary | 1001011 | 11000110 | 110110 | 111110 | 0 | 1001001 | 10110 | 1101111 | 111001 | 110001 |
Color Harmonies of #4BC636
Complementary color
Monochromatic Colors of #4BC636
Black with #4BC636
Text Example
Text Example
White with #4BC636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC636; }
p { color: rgb(75,198,54); }
H1.HeaderClassName
{
color: #4BC636;
}
.AnyTagClassName
{
color: #4BC636;
}
</style>
background-color css
<style>
a { background-color: #4BC636; }
a { background-color: rgb(75,198,54); }
div.DivClassName
{
background-color: #4BC636;
}
.BgClassName
{
background-color: #4BC636;
}
</style>
border-color css
<style>
span { border-color: #4BC636; }
span { border-color: rgb(75,198,54); }
td.TdClassName
{
border-color: #4BC636;
}
.TagClassName
{
border-color: #4BC636;
}
</style>