Shades of Lime Green #4BCE31
Tints of Lime Green #4BCE31
RGB
CMYK
RGB Variations
Color information
#4BCE31 (or 0x4BCE31) is known color: Lime Green. HEX triplet: 4B, CE and 31. RGB value is (75,206,49). Sum of RGB (Red+Green+Blue) = 75+206+49=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 206 (80.86% from 255 or 62.42% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCE31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCE31 is #B431CE. Grayscale: #959595. Windows color (decimal): -11809231 or 3264075. OLE color: 3264075.
HSL color Cylindrical-coordinate representation of color #4BCE31: hue angle of 110.06º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4BCE31 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 206 | 49 | - |
| CMYK | 0.64 | 0 | 0.76 | 0.19 |
| HSL | 110.06º | 0.62% | 0.5% | - |
| HSV(B) | 110.06º | 0.76% | 0.81% | - |
| XYZ | 25.53 | 45.86 | 10.41 | - |
| YUV | 148.93 | 71.6 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 206 | 49 | 0.64 | 0 | 0.76 | 0.19 | 110.06 | 0.62 | 0.5 |
| Hex | 4B | CE | 31 | 40 | 0 | 4C | 13 | 6E | 3E | 32 |
| Octal | 113 | 316 | 61 | 100 | 0 | 114 | 23 | 156 | 76 | 62 |
| Binary | 1001011 | 11001110 | 110001 | 1000000 | 0 | 1001100 | 10011 | 1101110 | 111110 | 110010 |
Color Harmonies of #4BCE31
Complementary color
Monochromatic Colors of #4BCE31
Black with #4BCE31
Text Example
Text Example
White with #4BCE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCE31; }
p { color: rgb(75,206,49); }
H1.HeaderClassName
{
color: #4BCE31;
}
.AnyTagClassName
{
color: #4BCE31;
}
</style>
background-color css
<style>
a { background-color: #4BCE31; }
a { background-color: rgb(75,206,49); }
div.DivClassName
{
background-color: #4BCE31;
}
.BgClassName
{
background-color: #4BCE31;
}
</style>
border-color css
<style>
span { border-color: #4BCE31; }
span { border-color: rgb(75,206,49); }
td.TdClassName
{
border-color: #4BCE31;
}
.TagClassName
{
border-color: #4BCE31;
}
</style>