#619B2E

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

Shades of Limeade #619B2E

Tints of Limeade #619B2E

Color information

#619B2E (or 0x619B2E) is unknown color: approx Limeade. HEX triplet: 61, 9B and 2E. RGB value is (97,155,46). Sum of RGB (Red+Green+Blue) = 97+155+46=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 155 (60.94% from 255 or 52.01% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 155 - color contains mainly: green. Hex color #619B2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619B2E is #9E64D1. Grayscale: #7D7D7D. Windows color (decimal): -10380498 or 3054433. OLE color: 3054433.

HSL color Cylindrical-coordinate representation of color #619B2E: hue angle of 91.93º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #619B2E is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.39.

Color convert

RGB9715546-
CMYK0.3700.700.39
HSL91.93º54.23%39.41%-
HSV(B)91.93º70.32%60.78%-
XYZ17.1426.186.73-
YUV125.2383.28107.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.55%
GREEN value IS 155 (60.94% from 255) = 52.01%
BLUE value IS 46 (18.36% from 255) = 15.44%
R=32.55%
G=52.01%
B=15.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97155460.3700.700.3991.9354.2339.41
Hex619B2E25046275c3627
Octal14123356450106471346647
Binary110000110011011101110100101010001101001111011100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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