Shades of Lime Green #4BD845
Tints of Lime Green #4BD845
RGB
CMYK
RGB Variations
Color information
#4BD845 (or 0x4BD845) is known color: Lime Green. HEX triplet: 4B, D8 and 45. RGB value is (75,216,69). Sum of RGB (Red+Green+Blue) = 75+216+69=360 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.83% from 360); Green value is 216 (84.77% from 255 or 60% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 216 - color contains mainly: green. Hex color #4BD845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BD845 is #B427BA. Grayscale: #9D9D9D. Windows color (decimal): -11806651 or 4577355. OLE color: 4577355.
HSL color Cylindrical-coordinate representation of color #4BD845: hue angle of 117.55º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BD845 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 75 | 216 | 69 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.15 |
| HSL | 117.55º | 0.65% | 0.56% | - |
| HSV(B) | 117.55º | 0.68% | 0.85% | - |
| XYZ | 28.53 | 51.04 | 13.98 | - |
| YUV | 157.08 | 78.29 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 216 | 69 | 0.65 | 0 | 0.68 | 0.15 | 117.55 | 0.65 | 0.56 |
| Hex | 4B | D8 | 45 | 41 | 0 | 44 | F | 76 | 41 | 38 |
| Octal | 113 | 330 | 105 | 101 | 0 | 104 | 17 | 166 | 101 | 70 |
| Binary | 1001011 | 11011000 | 1000101 | 1000001 | 0 | 1000100 | 1111 | 1110110 | 1000001 | 111000 |
Color Harmonies of #4BD845
Complementary color
Monochromatic Colors of #4BD845
Black with #4BD845
Text Example
Text Example
White with #4BD845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD845; }
p { color: rgb(75,216,69); }
H1.HeaderClassName
{
color: #4BD845;
}
.AnyTagClassName
{
color: #4BD845;
}
</style>
background-color css
<style>
a { background-color: #4BD845; }
a { background-color: rgb(75,216,69); }
div.DivClassName
{
background-color: #4BD845;
}
.BgClassName
{
background-color: #4BD845;
}
</style>
border-color css
<style>
span { border-color: #4BD845; }
span { border-color: rgb(75,216,69); }
td.TdClassName
{
border-color: #4BD845;
}
.TagClassName
{
border-color: #4BD845;
}
</style>