Shades of Lime Green #4ADB38
Tints of Lime Green #4ADB38
RGB
CMYK
RGB Variations
Color information
#4ADB38 (or 0x4ADB38) is known color: Lime Green. HEX triplet: 4A, DB and 38. RGB value is (74,219,56). Sum of RGB (Red+Green+Blue) = 74+219+56=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 219 (85.94% from 255 or 62.75% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 219 - color contains mainly: green. Hex color #4ADB38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADB38 is #B524C7. Grayscale: #9D9D9D. Windows color (decimal): -11871432 or 3726154. OLE color: 3726154.
HSL color Cylindrical-coordinate representation of color #4ADB38: hue angle of 113.37º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4ADB38 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 219 | 56 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.14 |
| HSL | 113.37º | 0.69% | 0.54% | - |
| HSV(B) | 113.37º | 0.74% | 0.86% | - |
| XYZ | 28.87 | 52.4 | 12.33 | - |
| YUV | 157.06 | 70.96 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 219 | 56 | 0.66 | 0 | 0.74 | 0.14 | 113.37 | 0.69 | 0.54 |
| Hex | 4A | DB | 38 | 42 | 0 | 4A | E | 71 | 45 | 36 |
| Octal | 112 | 333 | 70 | 102 | 0 | 112 | 16 | 161 | 105 | 66 |
| Binary | 1001010 | 11011011 | 111000 | 1000010 | 0 | 1001010 | 1110 | 1110001 | 1000101 | 110110 |
Color Harmonies of #4ADB38
Complementary color
Monochromatic Colors of #4ADB38
Black with #4ADB38
Text Example
Text Example
White with #4ADB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADB38; }
p { color: rgb(74,219,56); }
H1.HeaderClassName
{
color: #4ADB38;
}
.AnyTagClassName
{
color: #4ADB38;
}
</style>
background-color css
<style>
a { background-color: #4ADB38; }
a { background-color: rgb(74,219,56); }
div.DivClassName
{
background-color: #4ADB38;
}
.BgClassName
{
background-color: #4ADB38;
}
</style>
border-color css
<style>
span { border-color: #4ADB38; }
span { border-color: rgb(74,219,56); }
td.TdClassName
{
border-color: #4ADB38;
}
.TagClassName
{
border-color: #4ADB38;
}
</style>