Shades of Lime Green #4BDE2C
Tints of Lime Green #4BDE2C
RGB
CMYK
RGB Variations
Color information
#4BDE2C (or 0x4BDE2C) is known color: Lime Green. HEX triplet: 4B, DE and 2C. RGB value is (75,222,44). Sum of RGB (Red+Green+Blue) = 75+222+44=341 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.99% from 341); Green value is 222 (87.11% from 255 or 65.10% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDE2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDE2C is #B421D3. Grayscale: #9E9E9E. Windows color (decimal): -11805140 or 2940491. OLE color: 2940491.
HSL color Cylindrical-coordinate representation of color #4BDE2C: hue angle of 109.55º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4BDE2C is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 222 | 44 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.13 |
| HSL | 109.55º | 0.73% | 0.52% | - |
| HSV(B) | 109.55º | 0.8% | 0.87% | - |
| XYZ | 29.48 | 53.92 | 11.24 | - |
| YUV | 157.76 | 63.8 | 68.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 222 | 44 | 0.66 | 0 | 0.80 | 0.13 | 109.55 | 0.73 | 0.52 |
| Hex | 4B | DE | 2C | 42 | 0 | 50 | D | 6E | 49 | 34 |
| Octal | 113 | 336 | 54 | 102 | 0 | 120 | 15 | 156 | 111 | 64 |
| Binary | 1001011 | 11011110 | 101100 | 1000010 | 0 | 1010000 | 1101 | 1101110 | 1001001 | 110100 |
Color Harmonies of #4BDE2C
Complementary color
Monochromatic Colors of #4BDE2C
Black with #4BDE2C
Text Example
Text Example
White with #4BDE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDE2C; }
p { color: rgb(75,222,44); }
H1.HeaderClassName
{
color: #4BDE2C;
}
.AnyTagClassName
{
color: #4BDE2C;
}
</style>
background-color css
<style>
a { background-color: #4BDE2C; }
a { background-color: rgb(75,222,44); }
div.DivClassName
{
background-color: #4BDE2C;
}
.BgClassName
{
background-color: #4BDE2C;
}
</style>
border-color css
<style>
span { border-color: #4BDE2C; }
span { border-color: rgb(75,222,44); }
td.TdClassName
{
border-color: #4BDE2C;
}
.TagClassName
{
border-color: #4BDE2C;
}
</style>