#619E30

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

Shades of Limeade #619E30

Tints of Limeade #619E30

Color information

#619E30 (or 0x619E30) is unknown color: approx Limeade. HEX triplet: 61, 9E and 30. RGB value is (97,158,48). Sum of RGB (Red+Green+Blue) = 97+158+48=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 158 (62.11% from 255 or 52.15% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 158 - color contains mainly: green. Hex color #619E30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619E30 is #9E61CF. Grayscale: #7F7F7F. Windows color (decimal): -10379728 or 3186273. OLE color: 3186273.

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

Color convert

RGB9715848-
CMYK0.3900.700.38
HSL93.27º53.4%40.39%-
HSV(B)93.27º69.62%61.96%-
XYZ17.6927.217.12-
YUV127.2283.29106.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.01%
GREEN value IS 158 (62.11% from 255) = 52.15%
BLUE value IS 48 (19.14% from 255) = 15.84%
R=32.01%
G=52.15%
B=15.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97158480.3900.700.3893.2753.440.39
Hex619E3027046265d3528
Octal14123660470106461356550
Binary110000110011110110000100111010001101001101011101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,158,48); }

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

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

 a { background-color: rgb(97,158,48); }

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

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

 span { border-color: rgb(97,158,48); }

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