Shades of Lime Green #4ADE26
Tints of Lime Green #4ADE26
RGB
CMYK
RGB Variations
Color information
#4ADE26 (or 0x4ADE26) is known color: Lime Green. HEX triplet: 4A, DE and 26. RGB value is (74,222,38). Sum of RGB (Red+Green+Blue) = 74+222+38=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 222 (87.11% from 255 or 66.47% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE26 is #B521D9. Grayscale: #9D9D9D. Windows color (decimal): -11870682 or 2547274. OLE color: 2547274.
HSL color Cylindrical-coordinate representation of color #4ADE26: hue angle of 108.26º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4ADE26 is Cyan = 0.67, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 38 | - |
| CMYK | 0.67 | 0 | 0.83 | 0.13 |
| HSL | 108.26º | 0.74% | 0.51% | - |
| HSV(B) | 108.26º | 0.83% | 0.87% | - |
| XYZ | 29.3 | 53.84 | 10.68 | - |
| YUV | 156.77 | 60.97 | 68.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 38 | 0.67 | 0 | 0.83 | 0.13 | 108.26 | 0.74 | 0.51 |
| Hex | 4A | DE | 26 | 43 | 0 | 53 | D | 6C | 4A | 33 |
| Octal | 112 | 336 | 46 | 103 | 0 | 123 | 15 | 154 | 112 | 63 |
| Binary | 1001010 | 11011110 | 100110 | 1000011 | 0 | 1010011 | 1101 | 1101100 | 1001010 | 110011 |
Color Harmonies of #4ADE26
Complementary color
Monochromatic Colors of #4ADE26
Black with #4ADE26
Text Example
Text Example
White with #4ADE26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE26; }
p { color: rgb(74,222,38); }
H1.HeaderClassName
{
color: #4ADE26;
}
.AnyTagClassName
{
color: #4ADE26;
}
</style>
background-color css
<style>
a { background-color: #4ADE26; }
a { background-color: rgb(74,222,38); }
div.DivClassName
{
background-color: #4ADE26;
}
.BgClassName
{
background-color: #4ADE26;
}
</style>
border-color css
<style>
span { border-color: #4ADE26; }
span { border-color: rgb(74,222,38); }
td.TdClassName
{
border-color: #4ADE26;
}
.TagClassName
{
border-color: #4ADE26;
}
</style>