#4E9E0F

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

Shades of Limeade #4E9E0F

Tints of Limeade #4E9E0F

Color information

#4E9E0F (or 0x4E9E0F) is unknown color: approx Limeade. HEX triplet: 4E, 9E and 0F. RGB value is (78,158,15). Sum of RGB (Red+Green+Blue) = 78+158+15=251 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.08% from 251); Green value is 158 (62.11% from 255 or 62.95% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 158 - color contains mainly: green. Hex color #4E9E0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9E0F is #B161F0. Grayscale: #767676. Windows color (decimal): -11624945 or 1023566. OLE color: 1023566.

HSL color Cylindrical-coordinate representation of color #4E9E0F: hue angle of 93.57º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E9E0F is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB7815815-
CMYK0.5100.910.38
HSL93.57º82.66%33.92%-
HSV(B)93.57º90.51%61.96%-
XYZ15.4526.114.68-
YUV117.787099.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.08%
GREEN value IS 158 (62.11% from 255) = 62.95%
BLUE value IS 15 (6.25% from 255) = 5.98%
R=31.08%
G=62.95%
B=5.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal78158150.5100.910.3893.5782.6633.92
Hex4E9EF3305B265e5322
Octal116236176301334613612342
Binary10011101001111011111100110101101110011010111101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,158,15); }

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

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

 a { background-color: rgb(78,158,15); }

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

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

 span { border-color: rgb(78,158,15); }

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