Shades of Lime Green #4BDA55
Tints of Lime Green #4BDA55
RGB
CMYK
RGB Variations
Color information
#4BDA55 (or 0x4BDA55) is known color: Lime Green. HEX triplet: 4B, DA and 55. RGB value is (75,218,85). Sum of RGB (Red+Green+Blue) = 75+218+85=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 218 (85.55% from 255 or 57.67% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BDA55 is #B425AA. Grayscale: #A0A0A0. Windows color (decimal): -11806123 or 5626443. OLE color: 5626443.
HSL color Cylindrical-coordinate representation of color #4BDA55: hue angle of 124.2º 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 #4BDA55 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 218 | 85 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.15 |
| HSL | 124.2º | 0.66% | 0.57% | - |
| HSV(B) | 124.2º | 0.66% | 0.85% | - |
| XYZ | 29.61 | 52.29 | 17.13 | - |
| YUV | 160.08 | 85.62 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 218 | 85 | 0.66 | 0 | 0.61 | 0.15 | 124.2 | 0.66 | 0.57 |
| Hex | 4B | DA | 55 | 42 | 0 | 3D | F | 7C | 42 | 39 |
| Octal | 113 | 332 | 125 | 102 | 0 | 75 | 17 | 174 | 102 | 71 |
| Binary | 1001011 | 11011010 | 1010101 | 1000010 | 0 | 111101 | 1111 | 1111100 | 1000010 | 111001 |
Color Harmonies of #4BDA55
Complementary color
Monochromatic Colors of #4BDA55
Black with #4BDA55
Text Example
Text Example
White with #4BDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDA55; }
p { color: rgb(75,218,85); }
H1.HeaderClassName
{
color: #4BDA55;
}
.AnyTagClassName
{
color: #4BDA55;
}
</style>
background-color css
<style>
a { background-color: #4BDA55; }
a { background-color: rgb(75,218,85); }
div.DivClassName
{
background-color: #4BDA55;
}
.BgClassName
{
background-color: #4BDA55;
}
</style>
border-color css
<style>
span { border-color: #4BDA55; }
span { border-color: rgb(75,218,85); }
td.TdClassName
{
border-color: #4BDA55;
}
.TagClassName
{
border-color: #4BDA55;
}
</style>