Shades of Lime Green #4BC236
Tints of Lime Green #4BC236
RGB
CMYK
RGB Variations
Color information
#4BC236 (or 0x4BC236) is known color: Lime Green. HEX triplet: 4B, C2 and 36. RGB value is (75,194,54). Sum of RGB (Red+Green+Blue) = 75+194+54=323 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.22% from 323); Green value is 194 (76.17% from 255 or 60.06% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 194 - color contains mainly: green. Hex color #4BC236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BC236 is #B43DC9. Grayscale: #8E8E8E. Windows color (decimal): -11812298 or 3588683. OLE color: 3588683.
HSL color Cylindrical-coordinate representation of color #4BC236: hue angle of 111º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4BC236 is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 75 | 194 | 54 | - |
| CMYK | 0.61 | 0 | 0.72 | 0.24 |
| HSL | 111º | 0.56% | 0.49% | - |
| HSV(B) | 111º | 0.72% | 0.76% | - |
| XYZ | 22.86 | 40.35 | 10.07 | - |
| YUV | 142.46 | 78.08 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 194 | 54 | 0.61 | 0 | 0.72 | 0.24 | 111 | 0.56 | 0.49 |
| Hex | 4B | C2 | 36 | 3D | 0 | 48 | 18 | 6F | 38 | 31 |
| Octal | 113 | 302 | 66 | 75 | 0 | 110 | 30 | 157 | 70 | 61 |
| Binary | 1001011 | 11000010 | 110110 | 111101 | 0 | 1001000 | 11000 | 1101111 | 111000 | 110001 |
Color Harmonies of #4BC236
Complementary color
Monochromatic Colors of #4BC236
Black with #4BC236
Text Example
Text Example
White with #4BC236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC236; }
p { color: rgb(75,194,54); }
H1.HeaderClassName
{
color: #4BC236;
}
.AnyTagClassName
{
color: #4BC236;
}
</style>
background-color css
<style>
a { background-color: #4BC236; }
a { background-color: rgb(75,194,54); }
div.DivClassName
{
background-color: #4BC236;
}
.BgClassName
{
background-color: #4BC236;
}
</style>
border-color css
<style>
span { border-color: #4BC236; }
span { border-color: rgb(75,194,54); }
td.TdClassName
{
border-color: #4BC236;
}
.TagClassName
{
border-color: #4BC236;
}
</style>