Shades of Lime Green #4BDF46
Tints of Lime Green #4BDF46
RGB
CMYK
RGB Variations
Color information
#4BDF46 (or 0x4BDF46) is known color: Lime Green. HEX triplet: 4B, DF and 46. RGB value is (75,223,70). Sum of RGB (Red+Green+Blue) = 75+223+70=368 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.38% from 368); Green value is 223 (87.5% from 255 or 60.60% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDF46 is #B420B9. Grayscale: #A1A1A1. Windows color (decimal): -11804858 or 4644683. OLE color: 4644683.
HSL color Cylindrical-coordinate representation of color #4BDF46: hue angle of 118.04º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BDF46 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 70 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.13 |
| HSL | 118.04º | 0.71% | 0.57% | - |
| HSV(B) | 118.04º | 0.69% | 0.87% | - |
| XYZ | 30.39 | 54.71 | 14.75 | - |
| YUV | 161.31 | 76.47 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 70 | 0.66 | 0 | 0.69 | 0.13 | 118.04 | 0.71 | 0.57 |
| Hex | 4B | DF | 46 | 42 | 0 | 45 | D | 76 | 47 | 39 |
| Octal | 113 | 337 | 106 | 102 | 0 | 105 | 15 | 166 | 107 | 71 |
| Binary | 1001011 | 11011111 | 1000110 | 1000010 | 0 | 1000101 | 1101 | 1110110 | 1000111 | 111001 |
Color Harmonies of #4BDF46
Complementary color
Monochromatic Colors of #4BDF46
Black with #4BDF46
Text Example
Text Example
White with #4BDF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF46; }
p { color: rgb(75,223,70); }
H1.HeaderClassName
{
color: #4BDF46;
}
.AnyTagClassName
{
color: #4BDF46;
}
</style>
background-color css
<style>
a { background-color: #4BDF46; }
a { background-color: rgb(75,223,70); }
div.DivClassName
{
background-color: #4BDF46;
}
.BgClassName
{
background-color: #4BDF46;
}
</style>
border-color css
<style>
span { border-color: #4BDF46; }
span { border-color: rgb(75,223,70); }
td.TdClassName
{
border-color: #4BDF46;
}
.TagClassName
{
border-color: #4BDF46;
}
</style>