Shades of Lime Green #4ADE38
Tints of Lime Green #4ADE38
RGB
CMYK
RGB Variations
Color information
#4ADE38 (or 0x4ADE38) is known color: Lime Green. HEX triplet: 4A, DE and 38. RGB value is (74,222,56). Sum of RGB (Red+Green+Blue) = 74+222+56=352 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.02% from 352); Green value is 222 (87.11% from 255 or 63.07% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE38 is #B521C7. Grayscale: #9F9F9F. Windows color (decimal): -11870664 or 3726922. OLE color: 3726922.
HSL color Cylindrical-coordinate representation of color #4ADE38: hue angle of 113.49º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4ADE38 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 56 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.13 |
| HSL | 113.49º | 0.72% | 0.55% | - |
| HSV(B) | 113.49º | 0.75% | 0.87% | - |
| XYZ | 29.66 | 53.98 | 12.6 | - |
| YUV | 158.82 | 69.97 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 56 | 0.67 | 0 | 0.75 | 0.13 | 113.49 | 0.72 | 0.55 |
| Hex | 4A | DE | 38 | 43 | 0 | 4B | D | 71 | 48 | 37 |
| Octal | 112 | 336 | 70 | 103 | 0 | 113 | 15 | 161 | 110 | 67 |
| Binary | 1001010 | 11011110 | 111000 | 1000011 | 0 | 1001011 | 1101 | 1110001 | 1001000 | 110111 |
Color Harmonies of #4ADE38
Complementary color
Monochromatic Colors of #4ADE38
Black with #4ADE38
Text Example
Text Example
White with #4ADE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE38; }
p { color: rgb(74,222,56); }
H1.HeaderClassName
{
color: #4ADE38;
}
.AnyTagClassName
{
color: #4ADE38;
}
</style>
background-color css
<style>
a { background-color: #4ADE38; }
a { background-color: rgb(74,222,56); }
div.DivClassName
{
background-color: #4ADE38;
}
.BgClassName
{
background-color: #4ADE38;
}
</style>
border-color css
<style>
span { border-color: #4ADE38; }
span { border-color: rgb(74,222,56); }
td.TdClassName
{
border-color: #4ADE38;
}
.TagClassName
{
border-color: #4ADE38;
}
</style>