#62A32E

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

Shades of Limeade #62A32E

Tints of Limeade #62A32E

Color information

#62A32E (or 0x62A32E) is unknown color: approx Limeade. HEX triplet: 62, A3 and 2E. RGB value is (98,163,46). Sum of RGB (Red+Green+Blue) = 98+163+46=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 163 (64.06% from 255 or 53.09% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 163 - color contains mainly: green. Hex color #62A32E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A32E is #9D5CD1. Grayscale: #828282. Windows color (decimal): -10312914 or 3056482. OLE color: 3056482.

HSL color Cylindrical-coordinate representation of color #62A32E: hue angle of 93.33º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62A32E is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB9816346-
CMYK0.4000.720.36
HSL93.33º55.98%40.98%-
HSV(B)93.33º71.78%63.92%-
XYZ18.6328.997.2-
YUV130.2380.47105.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.92%
GREEN value IS 163 (64.06% from 255) = 53.09%
BLUE value IS 46 (18.36% from 255) = 14.98%
R=31.92%
G=53.09%
B=14.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98163460.4000.720.3693.3355.9840.98
Hex62A32E28048245d3829
Octal14224356500110441357051
Binary110001010100011101110101000010010001001001011101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A32E; }

 p { color: rgb(98,163,46); }

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

<style>
 a { background-color: #62A32E; }

 a { background-color: rgb(98,163,46); }

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

<style>
 span { border-color: #62A32E; }

 span { border-color: rgb(98,163,46); }

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