Shades of Lime Green #4BDF4A
Tints of Lime Green #4BDF4A
RGB
CMYK
RGB Variations
Color information
#4BDF4A (or 0x4BDF4A) is known color: Lime Green. HEX triplet: 4B, DF and 4A. RGB value is (75,223,74). Sum of RGB (Red+Green+Blue) = 75+223+74=372 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.16% from 372); Green value is 223 (87.5% from 255 or 59.95% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4BDF4A is #B420B5. Grayscale: #A2A2A2. Windows color (decimal): -11804854 or 4906827. OLE color: 4906827.
HSL color Cylindrical-coordinate representation of color #4BDF4A: hue angle of 119.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BDF4A is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 223 | 74 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.13 |
| HSL | 119.6º | 0.7% | 0.58% | - |
| HSV(B) | 119.6º | 0.67% | 0.87% | - |
| XYZ | 30.53 | 54.77 | 15.44 | - |
| YUV | 161.76 | 78.47 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 223 | 74 | 0.66 | 0 | 0.67 | 0.13 | 119.6 | 0.7 | 0.58 |
| Hex | 4B | DF | 4A | 42 | 0 | 43 | D | 78 | 46 | 3A |
| Octal | 113 | 337 | 112 | 102 | 0 | 103 | 15 | 170 | 106 | 72 |
| Binary | 1001011 | 11011111 | 1001010 | 1000010 | 0 | 1000011 | 1101 | 1111000 | 1000110 | 111010 |
Color Harmonies of #4BDF4A
Complementary color
Monochromatic Colors of #4BDF4A
Black with #4BDF4A
Text Example
Text Example
White with #4BDF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BDF4A; }
p { color: rgb(75,223,74); }
H1.HeaderClassName
{
color: #4BDF4A;
}
.AnyTagClassName
{
color: #4BDF4A;
}
</style>
background-color css
<style>
a { background-color: #4BDF4A; }
a { background-color: rgb(75,223,74); }
div.DivClassName
{
background-color: #4BDF4A;
}
.BgClassName
{
background-color: #4BDF4A;
}
</style>
border-color css
<style>
span { border-color: #4BDF4A; }
span { border-color: rgb(75,223,74); }
td.TdClassName
{
border-color: #4BDF4A;
}
.TagClassName
{
border-color: #4BDF4A;
}
</style>