Shades of Lime Green #4ADB51
Tints of Lime Green #4ADB51
RGB
CMYK
RGB Variations
Color information
#4ADB51 (or 0x4ADB51) is known color: Lime Green. HEX triplet: 4A, DB and 51. RGB value is (74,219,81). Sum of RGB (Red+Green+Blue) = 74+219+81=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 219 (85.94% from 255 or 58.56% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ADB51 is #B524AE. Grayscale: #A0A0A0. Windows color (decimal): -11871407 or 5364554. OLE color: 5364554.
HSL color Cylindrical-coordinate representation of color #4ADB51: hue angle of 122.9º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADB51 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 81 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.14 |
| HSL | 122.9º | 0.67% | 0.57% | - |
| HSV(B) | 122.9º | 0.66% | 0.86% | - |
| XYZ | 29.64 | 52.71 | 16.4 | - |
| YUV | 159.91 | 83.46 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 81 | 0.66 | 0 | 0.63 | 0.14 | 122.9 | 0.67 | 0.57 |
| Hex | 4A | DB | 51 | 42 | 0 | 3F | E | 7B | 43 | 39 |
| Octal | 112 | 333 | 121 | 102 | 0 | 77 | 16 | 173 | 103 | 71 |
| Binary | 1001010 | 11011011 | 1010001 | 1000010 | 0 | 111111 | 1110 | 1111011 | 1000011 | 111001 |
Color Harmonies of #4ADB51
Complementary color
Monochromatic Colors of #4ADB51
Black with #4ADB51
Text Example
Text Example
White with #4ADB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB51; }
p { color: rgb(74,219,81); }
H1.HeaderClassName
{
color: #4ADB51;
}
.AnyTagClassName
{
color: #4ADB51;
}
</style>
background-color css
<style>
a { background-color: #4ADB51; }
a { background-color: rgb(74,219,81); }
div.DivClassName
{
background-color: #4ADB51;
}
.BgClassName
{
background-color: #4ADB51;
}
</style>
border-color css
<style>
span { border-color: #4ADB51; }
span { border-color: rgb(74,219,81); }
td.TdClassName
{
border-color: #4ADB51;
}
.TagClassName
{
border-color: #4ADB51;
}
</style>