#629E2C

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

Shades of Limeade #629E2C

Tints of Limeade #629E2C

Color information

#629E2C (or 0x629E2C) is unknown color: approx Limeade. HEX triplet: 62, 9E and 2C. RGB value is (98,158,44). Sum of RGB (Red+Green+Blue) = 98+158+44=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 158 (62.11% from 255 or 52.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 158 - color contains mainly: green. Hex color #629E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629E2C is #9D61D3. Grayscale: #7F7F7F. Windows color (decimal): -10314196 or 2924130. OLE color: 2924130.

HSL color Cylindrical-coordinate representation of color #629E2C: hue angle of 91.58º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #629E2C is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB9815844-
CMYK0.3800.720.38
HSL91.58º56.44%39.61%-
HSV(B)91.58º72.15%61.96%-
XYZ17.7227.236.71-
YUV127.0681.12107.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.67%
GREEN value IS 158 (62.11% from 255) = 52.67%
BLUE value IS 44 (17.58% from 255) = 14.67%
R=32.67%
G=52.67%
B=14.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal98158440.3800.720.3891.5856.4439.61
Hex629E2C26048265c3828
Octal14223654460110461347050
Binary110001010011110101100100110010010001001101011100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,158,44); }

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

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

 a { background-color: rgb(98,158,44); }

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

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

 span { border-color: rgb(98,158,44); }

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