#619f2e

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

Shades of Limeade #619F2E

Tints of Limeade #619F2E

Color information

#619F2E (or 0x619F2E) is unknown color: approx Limeade. HEX triplet: 61, 9F and 2E. RGB value is (97,159,46). Sum of RGB (Red+Green+Blue) = 97+159+46=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 159 (62.5% from 255 or 52.65% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 159 - color contains mainly: green. Hex color #619F2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619F2E is #9E60D1. Grayscale: #7F7F7F. Windows color (decimal): -10379474 or 3055457. OLE color: 3055457.

HSL color Cylindrical-coordinate representation of color #619F2E: hue angle of 92.92º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #619F2E is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB9715946-
CMYK0.3900.710.38
HSL92.92º55.12%40.2%-
HSV(B)92.92º71.07%62.35%-
XYZ17.8227.536.96-
YUV127.5881.96106.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.12%
GREEN value IS 159 (62.5% from 255) = 52.65%
BLUE value IS 46 (18.36% from 255) = 15.23%
R=32.12%
G=52.65%
B=15.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97159460.3900.710.3892.9255.1240.2
Hex619F2E27047265d3728
Octal14123756470107461356750
Binary110000110011111101110100111010001111001101011101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619f2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619f2e; }

 p { color: rgb(97,159,46); }

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

<style>
 a { background-color: #619f2e; }

 a { background-color: rgb(97,159,46); }

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

<style>
 span { border-color: #619f2e; }

 span { border-color: rgb(97,159,46); }

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