#4E9515

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

Shades of Limeade #4E9515

Tints of Limeade #4E9515

Color information

#4E9515 (or 0x4E9515) is unknown color: approx Limeade. HEX triplet: 4E, 95 and 15. RGB value is (78,149,21). Sum of RGB (Red+Green+Blue) = 78+149+21=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 149 (58.59% from 255 or 60.08% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 149 - color contains mainly: green. Hex color #4E9515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9515 is #B16AEA. Grayscale: #717171. Windows color (decimal): -11627243 or 1414478. OLE color: 1414478.

HSL color Cylindrical-coordinate representation of color #4E9515: hue angle of 93.28º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E9515 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB7814921-
CMYK0.4800.860.42
HSL93.28º75.29%33.33%-
HSV(B)93.28º85.91%58.43%-
XYZ14.0223.174.44-
YUV113.1875.98102.91-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.45%
GREEN value IS 149 (58.59% from 255) = 60.08%
BLUE value IS 21 (8.59% from 255) = 8.47%
R=31.45%
G=60.08%
B=8.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78149210.4800.860.4293.2875.2933.33
Hex4E9515300562A5d4b21
Octal116225256001265213511341
Binary100111010010101101011100000101011010101010111011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,149,21); }

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

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

 a { background-color: rgb(78,149,21); }

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

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

 span { border-color: rgb(78,149,21); }

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