Shades of Lime Green #4AD938
Tints of Lime Green #4AD938
RGB
CMYK
RGB Variations
Color information
#4AD938 (or 0x4AD938) is known color: Lime Green. HEX triplet: 4A, D9 and 38. RGB value is (74,217,56). Sum of RGB (Red+Green+Blue) = 74+217+56=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 217 (85.16% from 255 or 62.54% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 217 - color contains mainly: green. Hex color #4AD938 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD938 is #B526C7. Grayscale: #9C9C9C. Windows color (decimal): -11871944 or 3725642. OLE color: 3725642.
HSL color Cylindrical-coordinate representation of color #4AD938: hue angle of 113.29º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4AD938 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 217 | 56 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.15 |
| HSL | 113.29º | 0.68% | 0.54% | - |
| HSV(B) | 113.29º | 0.74% | 0.85% | - |
| XYZ | 28.35 | 51.37 | 12.16 | - |
| YUV | 155.89 | 71.62 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 217 | 56 | 0.66 | 0 | 0.74 | 0.15 | 113.29 | 0.68 | 0.54 |
| Hex | 4A | D9 | 38 | 42 | 0 | 4A | F | 71 | 44 | 36 |
| Octal | 112 | 331 | 70 | 102 | 0 | 112 | 17 | 161 | 104 | 66 |
| Binary | 1001010 | 11011001 | 111000 | 1000010 | 0 | 1001010 | 1111 | 1110001 | 1000100 | 110110 |
Color Harmonies of #4AD938
Complementary color
Monochromatic Colors of #4AD938
Black with #4AD938
Text Example
Text Example
White with #4AD938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD938; }
p { color: rgb(74,217,56); }
H1.HeaderClassName
{
color: #4AD938;
}
.AnyTagClassName
{
color: #4AD938;
}
</style>
background-color css
<style>
a { background-color: #4AD938; }
a { background-color: rgb(74,217,56); }
div.DivClassName
{
background-color: #4AD938;
}
.BgClassName
{
background-color: #4AD938;
}
</style>
border-color css
<style>
span { border-color: #4AD938; }
span { border-color: rgb(74,217,56); }
td.TdClassName
{
border-color: #4AD938;
}
.TagClassName
{
border-color: #4AD938;
}
</style>