Shades of Lime Green #4BCE44
Tints of Lime Green #4BCE44
RGB
CMYK
RGB Variations
Color information
#4BCE44 (or 0x4BCE44) is known color: Lime Green. HEX triplet: 4B, CE and 44. RGB value is (75,206,68). Sum of RGB (Red+Green+Blue) = 75+206+68=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 206 (80.86% from 255 or 59.03% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCE44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BCE44 is #B431BB. Grayscale: #979797. Windows color (decimal): -11809212 or 4509259. OLE color: 4509259.
HSL color Cylindrical-coordinate representation of color #4BCE44: hue angle of 116.96º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BCE44 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 206 | 68 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.19 |
| HSL | 116.96º | 0.58% | 0.54% | - |
| HSV(B) | 116.96º | 0.67% | 0.81% | - |
| XYZ | 26.02 | 46.06 | 12.99 | - |
| YUV | 151.1 | 81.1 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 206 | 68 | 0.64 | 0 | 0.67 | 0.19 | 116.96 | 0.58 | 0.54 |
| Hex | 4B | CE | 44 | 40 | 0 | 43 | 13 | 75 | 3A | 36 |
| Octal | 113 | 316 | 104 | 100 | 0 | 103 | 23 | 165 | 72 | 66 |
| Binary | 1001011 | 11001110 | 1000100 | 1000000 | 0 | 1000011 | 10011 | 1110101 | 111010 | 110110 |
Color Harmonies of #4BCE44
Complementary color
Monochromatic Colors of #4BCE44
Black with #4BCE44
Text Example
Text Example
White with #4BCE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCE44; }
p { color: rgb(75,206,68); }
H1.HeaderClassName
{
color: #4BCE44;
}
.AnyTagClassName
{
color: #4BCE44;
}
</style>
background-color css
<style>
a { background-color: #4BCE44; }
a { background-color: rgb(75,206,68); }
div.DivClassName
{
background-color: #4BCE44;
}
.BgClassName
{
background-color: #4BCE44;
}
</style>
border-color css
<style>
span { border-color: #4BCE44; }
span { border-color: rgb(75,206,68); }
td.TdClassName
{
border-color: #4BCE44;
}
.TagClassName
{
border-color: #4BCE44;
}
</style>