Shades of Lime Green #4BDA4B
Tints of Lime Green #4BDA4B
RGB
CMYK
RGB Variations
Color information
#4BDA4B (or 0x4BDA4B) is known color: Lime Green. HEX triplet: 4B, DA and 4B. RGB value is (75,218,75). Sum of RGB (Red+Green+Blue) = 75+218+75=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 218 (85.55% from 255 or 59.24% from 368); Blue value is 75 (29.69% from 255 or 20.38% from 368); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDA4B is #B425B4. Grayscale: #9F9F9F. Windows color (decimal): -11806133 or 4971083. OLE color: 4971083.
HSL color Cylindrical-coordinate representation of color #4BDA4B: hue angle of 120º 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 #4BDA4B is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 218 | 75 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.15 |
| HSL | 120º | 0.66% | 0.57% | - |
| HSV(B) | 120º | 0.66% | 0.85% | - |
| XYZ | 29.24 | 52.15 | 15.18 | - |
| YUV | 158.94 | 80.62 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 75 | 0.66 | 0 | 0.66 | 0.15 | 120 | 0.66 | 0.57 |
| Hex | 4B | DA | 4B | 42 | 0 | 42 | F | 78 | 42 | 39 |
| Octal | 113 | 332 | 113 | 102 | 0 | 102 | 17 | 170 | 102 | 71 |
| Binary | 1001011 | 11011010 | 1001011 | 1000010 | 0 | 1000010 | 1111 | 1111000 | 1000010 | 111001 |
Color Harmonies of #4BDA4B
Complementary color
Monochromatic Colors of #4BDA4B
Black with #4BDA4B
Text Example
Text Example
White with #4BDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDA4B; }
p { color: rgb(75,218,75); }
H1.HeaderClassName
{
color: #4BDA4B;
}
.AnyTagClassName
{
color: #4BDA4B;
}
</style>
background-color css
<style>
a { background-color: #4BDA4B; }
a { background-color: rgb(75,218,75); }
div.DivClassName
{
background-color: #4BDA4B;
}
.BgClassName
{
background-color: #4BDA4B;
}
</style>
border-color css
<style>
span { border-color: #4BDA4B; }
span { border-color: rgb(75,218,75); }
td.TdClassName
{
border-color: #4BDA4B;
}
.TagClassName
{
border-color: #4BDA4B;
}
</style>