#62A035

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

Shades of Limeade #62A035

Tints of Limeade #62A035

Color information

#62A035 (or 0x62A035) is unknown color: approx Limeade. HEX triplet: 62, A0 and 35. RGB value is (98,160,53). Sum of RGB (Red+Green+Blue) = 98+160+53=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #62A035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A035 is #9D5FCA. Grayscale: #818181. Windows color (decimal): -10313675 or 3514466. OLE color: 3514466.

HSL color Cylindrical-coordinate representation of color #62A035: hue angle of 94.77º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62A035 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB9816053-
CMYK0.3900.670.37
HSL94.77º50.23%41.76%-
HSV(B)94.77º66.87%62.75%-
XYZ18.25287.81-
YUV129.2684.96105.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.51%
GREEN value IS 160 (62.89% from 255) = 51.45%
BLUE value IS 53 (21.09% from 255) = 17.04%
R=31.51%
G=51.45%
B=17.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal98160530.3900.670.3794.7750.2341.76
Hex62A03527043255f322a
Octal14224065470103451376252
Binary110001010100000110101100111010000111001011011111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,160,53); }

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

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

 a { background-color: rgb(98,160,53); }

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

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

 span { border-color: rgb(98,160,53); }

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