#4D9A14

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

Shades of Limeade #4D9A14

Tints of Limeade #4D9A14

Color information

#4D9A14 (or 0x4D9A14) is unknown color: approx Limeade. HEX triplet: 4D, 9A and 14. RGB value is (77,154,20). Sum of RGB (Red+Green+Blue) = 77+154+20=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 154 (60.55% from 255 or 61.35% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 154 - color contains mainly: green. Hex color #4D9A14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9A14 is #B265EB. Grayscale: #747474. Windows color (decimal): -11691500 or 1350221. OLE color: 1350221.

HSL color Cylindrical-coordinate representation of color #4D9A14: hue angle of 94.48º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D9A14 is Cyan = 0.50, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB7715420-
CMYK0.5000.870.40
HSL94.48º77.01%34.12%-
HSV(B)94.48º87.01%60.39%-
XYZ14.7424.744.66-
YUV115.773.99100.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.68%
GREEN value IS 154 (60.55% from 255) = 61.35%
BLUE value IS 20 (8.20% from 255) = 7.97%
R=30.68%
G=61.35%
B=7.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal77154200.5000.870.4094.4877.0134.12
Hex4D9A1432057285e4d22
Octal115232246201275013611542
Binary100110110011010101001100100101011110100010111101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,154,20); }

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

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

 a { background-color: rgb(77,154,20); }

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

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

 span { border-color: rgb(77,154,20); }

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