#619B30

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

Shades of Limeade #619B30

Tints of Limeade #619B30

Color information

#619B30 (or 0x619B30) is unknown color: approx Limeade. HEX triplet: 61, 9B and 30. RGB value is (97,155,48). Sum of RGB (Red+Green+Blue) = 97+155+48=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #619B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619B30 is #9E64CF. Grayscale: #7D7D7D. Windows color (decimal): -10380496 or 3185505. OLE color: 3185505.

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

Color convert

RGB9715548-
CMYK0.3700.690.39
HSL92.52º52.71%39.8%-
HSV(B)92.52º69.03%60.78%-
XYZ17.1826.26.95-
YUV125.4684.28107.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.33%
GREEN value IS 155 (60.94% from 255) = 51.67%
BLUE value IS 48 (19.14% from 255) = 16%
R=32.33%
G=51.67%
B=16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97155480.3700.690.3992.5252.7139.8
Hex619B3025045275d3528
Octal14123360450105471356550
Binary110000110011011110000100101010001011001111011101110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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