#629F2A

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

Shades of Limeade #629F2A

Tints of Limeade #629F2A

Color information

#629F2A (or 0x629F2A) is unknown color: approx Limeade. HEX triplet: 62, 9F and 2A. RGB value is (98,159,42). Sum of RGB (Red+Green+Blue) = 98+159+42=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #629F2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629F2A is #9D60D5. Grayscale: #7F7F7F. Windows color (decimal): -10313942 or 2793314. OLE color: 2793314.

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

Color convert

RGB9815942-
CMYK0.3800.740.38
HSL91.28º58.21%39.41%-
HSV(B)91.28º73.58%62.35%-
XYZ17.8527.566.57-
YUV127.4279.79107.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.78%
GREEN value IS 159 (62.5% from 255) = 53.18%
BLUE value IS 42 (16.80% from 255) = 14.05%
R=32.78%
G=53.18%
B=14.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal98159420.3800.740.3891.2858.2139.41
Hex629F2A2604A265b3a27
Octal14223752460112461337247
Binary110001010011111101010100110010010101001101011011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,159,42); }

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

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

 a { background-color: rgb(98,159,42); }

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

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

 span { border-color: rgb(98,159,42); }

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