#4EA122

Color #4EA122 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #4EA122

Tints of Limeade #4EA122

Color information

#4EA122 (or 0x4EA122) is unknown color: approx Limeade. HEX triplet: 4E, A1 and 22. RGB value is (78,161,34). Sum of RGB (Red+Green+Blue) = 78+161+34=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 161 (63.28% from 255 or 58.97% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA122 is #B15EDD. Grayscale: #7A7A7A. Windows color (decimal): -11624158 or 2269518. OLE color: 2269518.

HSL color Cylindrical-coordinate representation of color #4EA122: hue angle of 99.21º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4EA122 is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB7816134-
CMYK0.5200.790.37
HSL99.21º65.13%38.24%-
HSV(B)99.21º78.88%63.14%-
XYZ16.1827.225.92-
YUV121.778.596.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 28.57%
GREEN value IS 161 (63.28% from 255) = 58.97%
BLUE value IS 34 (13.67% from 255) = 12.45%
R=28.57%
G=58.97%
B=12.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal78161340.5200.790.3799.2165.1338.24
Hex4EA1223404F25634126
Octal116241426401174514310146
Binary1001110101000011000101101000100111110010111000111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EA122; }

 p { color: rgb(78,161,34); }

 H1.HeaderClassName
 {
   color: #4EA122;
 }
 .AnyTagClassName
 {
   color: #4EA122;
 }
</style>
background-color css

<style>
 a { background-color: #4EA122; }

 a { background-color: rgb(78,161,34); }

 div.DivClassName
 {
   background-color: #4EA122;
 }
 .BgClassName
 {
   background-color: #4EA122;
 }
</style>
border-color css

<style>
 span { border-color: #4EA122; }

 span { border-color: rgb(78,161,34); }

 td.TdClassName
 {
   border-color: #4EA122;
 }
 .TagClassName
 {
   border-color: #4EA122;
 }
</style>