#4EA21E

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

Shades of Limeade #4EA21E

Tints of Limeade #4EA21E

Color information

#4EA21E (or 0x4EA21E) is unknown color: approx Limeade. HEX triplet: 4E, A2 and 1E. RGB value is (78,162,30). Sum of RGB (Red+Green+Blue) = 78+162+30=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 162 (63.67% from 255 or 60% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 162 - color contains mainly: green. Hex color #4EA21E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA21E is #B15DE1. Grayscale: #7A7A7A. Windows color (decimal): -11623906 or 2007630. OLE color: 2007630.

HSL color Cylindrical-coordinate representation of color #4EA21E: hue angle of 98.18º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4EA21E is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB7816230-
CMYK0.5200.810.36
HSL98.18º68.75%37.65%-
HSV(B)98.18º81.48%63.53%-
XYZ16.327.555.69-
YUV121.8476.1796.73-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.89%
GREEN value IS 162 (63.67% from 255) = 60%
BLUE value IS 30 (12.11% from 255) = 11.11%
R=28.89%
G=60%
B=11.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal78162300.5200.810.3698.1868.7537.65
Hex4EA21E3405124624526
Octal116242366401214414210546
Binary100111010100010111101101000101000110010011000101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,162,30); }

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

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

 a { background-color: rgb(78,162,30); }

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

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

 span { border-color: rgb(78,162,30); }

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