#4F9E2A

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

Shades of Limeade #4F9E2A

Tints of Limeade #4F9E2A

Color information

#4F9E2A (or 0x4F9E2A) is unknown color: approx Limeade. HEX triplet: 4F, 9E and 2A. RGB value is (79,158,42). Sum of RGB (Red+Green+Blue) = 79+158+42=279 (36% of max value = 765). Red value is 79 (31.25% from 255 or 28.32% from 279); Green value is 158 (62.11% from 255 or 56.63% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 158 - color contains mainly: green. Hex color #4F9E2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F9E2A is #B061D5. Grayscale: #797979. Windows color (decimal): -11559382 or 2793039. OLE color: 2793039.

HSL color Cylindrical-coordinate representation of color #4F9E2A: hue angle of 100.86º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F9E2A is Cyan = 0.50, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB7915842-
CMYK0.5000.730.38
HSL100.86º58%39.22%-
HSV(B)100.86º73.42%61.96%-
XYZ15.8726.286.43-
YUV121.1583.3397.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 28.32%
GREEN value IS 158 (62.11% from 255) = 56.63%
BLUE value IS 42 (16.80% from 255) = 15.05%
R=28.32%
G=56.63%
B=15.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal79158420.5000.730.38100.865839.22
Hex4F9E2A3204926653a27
Octal11723652620111461457247
Binary100111110011110101010110010010010011001101100101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,158,42); }

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

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

 a { background-color: rgb(79,158,42); }

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

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

 span { border-color: rgb(79,158,42); }

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