Shades of Limeade #4EA21B
Tints of Limeade #4EA21B
RGB
CMYK
RGB Variations
Color information
#4EA21B (or 0x4EA21B) is known color: Limeade. HEX triplet: 4E, A2 and 1B. RGB value is (78,162,27). Sum of RGB (Red+Green+Blue) = 78+162+27=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 162 (63.67% from 255 or 60.67% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA21B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA21B is #B15DE4. Grayscale: #797979. Windows color (decimal): -11623909 or 1811022. OLE color: 1811022.
HSL color Cylindrical-coordinate representation of color #4EA21B: hue angle of 97.33º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4EA21B is Cyan = 0.52, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 78 | 162 | 27 | - |
| CMYK | 0.52 | 0 | 0.83 | 0.36 |
| HSL | 97.33º | 0.71% | 0.37% | - |
| HSV(B) | 97.33º | 0.83% | 0.64% | - |
| XYZ | 16.26 | 27.54 | 5.5 | - |
| YUV | 121.49 | 74.67 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 162 | 27 | 0.52 | 0 | 0.83 | 0.36 | 97.33 | 0.71 | 0.37 |
| Hex | 4E | A2 | 1B | 34 | 0 | 53 | 24 | 61 | 47 | 25 |
| Octal | 116 | 242 | 33 | 64 | 0 | 123 | 44 | 141 | 107 | 45 |
| Binary | 1001110 | 10100010 | 11011 | 110100 | 0 | 1010011 | 100100 | 1100001 | 1000111 | 100101 |
Color Harmonies of #4EA21B
Complementary color
Monochromatic Colors of #4EA21B
Black with #4EA21B
Text Example
Text Example
White with #4EA21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA21B; }
p { color: rgb(78,162,27); }
H1.HeaderClassName
{
color: #4EA21B;
}
.AnyTagClassName
{
color: #4EA21B;
}
</style>
background-color css
<style>
a { background-color: #4EA21B; }
a { background-color: rgb(78,162,27); }
div.DivClassName
{
background-color: #4EA21B;
}
.BgClassName
{
background-color: #4EA21B;
}
</style>
border-color css
<style>
span { border-color: #4EA21B; }
span { border-color: rgb(78,162,27); }
td.TdClassName
{
border-color: #4EA21B;
}
.TagClassName
{
border-color: #4EA21B;
}
</style>