#629B2F

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

Shades of Limeade #629B2F

Tints of Limeade #629B2F

Color information

#629B2F (or 0x629B2F) is unknown color: approx Limeade. HEX triplet: 62, 9B and 2F. RGB value is (98,155,47). Sum of RGB (Red+Green+Blue) = 98+155+47=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #629B2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629B2F is #9D64D0. Grayscale: #7E7E7E. Windows color (decimal): -10314961 or 3119970. OLE color: 3119970.

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

Color convert

RGB9815547-
CMYK0.3700.700.39
HSL91.67º53.47%39.61%-
HSV(B)91.67º69.68%60.78%-
XYZ17.2726.246.84-
YUV125.6583.62108.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.67%
GREEN value IS 155 (60.94% from 255) = 51.67%
BLUE value IS 47 (18.75% from 255) = 15.67%
R=32.67%
G=51.67%
B=15.67%

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
Decimal98155470.3700.700.3991.6753.4739.61
Hex629B2F25046275c3528
Octal14223357450106471346550
Binary110001010011011101111100101010001101001111011100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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