Shades of Lime Green #4ADF51
Tints of Lime Green #4ADF51
RGB
CMYK
RGB Variations
Color information
#4ADF51 (or 0x4ADF51) is known color: Lime Green. HEX triplet: 4A, DF and 51. RGB value is (74,223,81). Sum of RGB (Red+Green+Blue) = 74+223+81=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 223 (87.5% from 255 or 58.99% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 223 - color contains mainly: green. Hex color #4ADF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADF51 is #B520AE. Grayscale: #A2A2A2. Windows color (decimal): -11870383 or 5365578. OLE color: 5365578.
HSL color Cylindrical-coordinate representation of color #4ADF51: hue angle of 122.82º 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 #4ADF51 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 223 | 81 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.13 |
| HSL | 122.82º | 0.7% | 0.58% | - |
| HSV(B) | 122.82º | 0.67% | 0.87% | - |
| XYZ | 30.7 | 54.83 | 16.75 | - |
| YUV | 162.26 | 82.14 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 223 | 81 | 0.67 | 0 | 0.64 | 0.13 | 122.82 | 0.7 | 0.58 |
| Hex | 4A | DF | 51 | 43 | 0 | 40 | D | 7B | 46 | 3A |
| Octal | 112 | 337 | 121 | 103 | 0 | 100 | 15 | 173 | 106 | 72 |
| Binary | 1001010 | 11011111 | 1010001 | 1000011 | 0 | 1000000 | 1101 | 1111011 | 1000110 | 111010 |
Color Harmonies of #4ADF51
Complementary color
Monochromatic Colors of #4ADF51
Black with #4ADF51
Text Example
Text Example
White with #4ADF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADF51; }
p { color: rgb(74,223,81); }
H1.HeaderClassName
{
color: #4ADF51;
}
.AnyTagClassName
{
color: #4ADF51;
}
</style>
background-color css
<style>
a { background-color: #4ADF51; }
a { background-color: rgb(74,223,81); }
div.DivClassName
{
background-color: #4ADF51;
}
.BgClassName
{
background-color: #4ADF51;
}
</style>
border-color css
<style>
span { border-color: #4ADF51; }
span { border-color: rgb(74,223,81); }
td.TdClassName
{
border-color: #4ADF51;
}
.TagClassName
{
border-color: #4ADF51;
}
</style>