Shades of Lime Green #4BDA4E
Tints of Lime Green #4BDA4E
RGB
CMYK
RGB Variations
Color information
#4BDA4E (or 0x4BDA4E) is known color: Lime Green. HEX triplet: 4B, DA and 4E. RGB value is (75,218,78). Sum of RGB (Red+Green+Blue) = 75+218+78=371 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.22% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDA4E is #B425B1. Grayscale: #9F9F9F. Windows color (decimal): -11806130 or 5167691. OLE color: 5167691.
HSL color Cylindrical-coordinate representation of color #4BDA4E: hue angle of 121.26º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDA4E is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 218 | 78 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.15 |
| HSL | 121.26º | 0.66% | 0.57% | - |
| HSV(B) | 121.26º | 0.66% | 0.85% | - |
| XYZ | 29.35 | 52.19 | 15.73 | - |
| YUV | 159.28 | 82.12 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 78 | 0.66 | 0 | 0.64 | 0.15 | 121.26 | 0.66 | 0.57 |
| Hex | 4B | DA | 4E | 42 | 0 | 40 | F | 79 | 42 | 39 |
| Octal | 113 | 332 | 116 | 102 | 0 | 100 | 17 | 171 | 102 | 71 |
| Binary | 1001011 | 11011010 | 1001110 | 1000010 | 0 | 1000000 | 1111 | 1111001 | 1000010 | 111001 |
Color Harmonies of #4BDA4E
Complementary color
Monochromatic Colors of #4BDA4E
Black with #4BDA4E
Text Example
Text Example
White with #4BDA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDA4E; }
p { color: rgb(75,218,78); }
H1.HeaderClassName
{
color: #4BDA4E;
}
.AnyTagClassName
{
color: #4BDA4E;
}
</style>
background-color css
<style>
a { background-color: #4BDA4E; }
a { background-color: rgb(75,218,78); }
div.DivClassName
{
background-color: #4BDA4E;
}
.BgClassName
{
background-color: #4BDA4E;
}
</style>
border-color css
<style>
span { border-color: #4BDA4E; }
span { border-color: rgb(75,218,78); }
td.TdClassName
{
border-color: #4BDA4E;
}
.TagClassName
{
border-color: #4BDA4E;
}
</style>