Shades of Lime Green #4ADE27
Tints of Lime Green #4ADE27
RGB
CMYK
RGB Variations
Color information
#4ADE27 (or 0x4ADE27) is known color: Lime Green. HEX triplet: 4A, DE and 27. RGB value is (74,222,39). Sum of RGB (Red+Green+Blue) = 74+222+39=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 222 (87.11% from 255 or 66.27% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE27 is #B521D8. Grayscale: #9D9D9D. Windows color (decimal): -11870681 or 2612810. OLE color: 2612810.
HSL color Cylindrical-coordinate representation of color #4ADE27: hue angle of 108.52º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4ADE27 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 39 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.13 |
| HSL | 108.52º | 0.73% | 0.51% | - |
| HSV(B) | 108.52º | 0.82% | 0.87% | - |
| XYZ | 29.31 | 53.84 | 10.77 | - |
| YUV | 156.89 | 61.47 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 39 | 0.67 | 0 | 0.82 | 0.13 | 108.52 | 0.73 | 0.51 |
| Hex | 4A | DE | 27 | 43 | 0 | 52 | D | 6D | 49 | 33 |
| Octal | 112 | 336 | 47 | 103 | 0 | 122 | 15 | 155 | 111 | 63 |
| Binary | 1001010 | 11011110 | 100111 | 1000011 | 0 | 1010010 | 1101 | 1101101 | 1001001 | 110011 |
Color Harmonies of #4ADE27
Complementary color
Monochromatic Colors of #4ADE27
Black with #4ADE27
Text Example
Text Example
White with #4ADE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE27; }
p { color: rgb(74,222,39); }
H1.HeaderClassName
{
color: #4ADE27;
}
.AnyTagClassName
{
color: #4ADE27;
}
</style>
background-color css
<style>
a { background-color: #4ADE27; }
a { background-color: rgb(74,222,39); }
div.DivClassName
{
background-color: #4ADE27;
}
.BgClassName
{
background-color: #4ADE27;
}
</style>
border-color css
<style>
span { border-color: #4ADE27; }
span { border-color: rgb(74,222,39); }
td.TdClassName
{
border-color: #4ADE27;
}
.TagClassName
{
border-color: #4ADE27;
}
</style>