#629B30

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

Shades of Limeade #629B30

Tints of Limeade #629B30

Color information

#629B30 (or 0x629B30) is unknown color: approx Limeade. HEX triplet: 62, 9B and 30. RGB value is (98,155,48). Sum of RGB (Red+Green+Blue) = 98+155+48=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 155 (60.94% from 255 or 51.50% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 155 - color contains mainly: green. Hex color #629B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629B30 is #9D64CF. Grayscale: #7E7E7E. Windows color (decimal): -10314960 or 3185506. OLE color: 3185506.

HSL color Cylindrical-coordinate representation of color #629B30: hue angle of 91.96º 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 #629B30 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB9815548-
CMYK0.3700.690.39
HSL91.96º52.71%39.8%-
HSV(B)91.96º69.03%60.78%-
XYZ17.2926.256.95-
YUV125.7684.12108.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.56%
GREEN value IS 155 (60.94% from 255) = 51.50%
BLUE value IS 48 (19.14% from 255) = 15.95%
R=32.56%
G=51.50%
B=15.95%

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
Decimal98155480.3700.690.3991.9652.7139.8
Hex629B3025045275c3528
Octal14223360450105471346550
Binary110001010011011110000100101010001011001111011100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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