#4EA125

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

Shades of Limeade #4EA125

Tints of Limeade #4EA125

Color information

#4EA125 (or 0x4EA125) is unknown color: approx Limeade. HEX triplet: 4E, A1 and 25. RGB value is (78,161,37). Sum of RGB (Red+Green+Blue) = 78+161+37=276 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.26% from 276); Green value is 161 (63.28% from 255 or 58.33% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 161 - color contains mainly: green. Hex color #4EA125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA125 is #B15EDA. Grayscale: #7A7A7A. Windows color (decimal): -11624155 or 2466126. OLE color: 2466126.

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

Color convert

RGB7816137-
CMYK0.5200.770.37
HSL100.16º62.63%38.82%-
HSV(B)100.16º77.02%63.14%-
XYZ16.2227.246.15-
YUV122.058096.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.26%
GREEN value IS 161 (63.28% from 255) = 58.33%
BLUE value IS 37 (14.84% from 255) = 13.41%
R=28.26%
G=58.33%
B=13.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal78161370.5200.770.37100.1662.6338.82
Hex4EA1253404D25643f27
Octal11624145640115451447747
Binary100111010100001100101110100010011011001011100100111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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