#62A036

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

Shades of Limeade #62A036

Tints of Limeade #62A036

Color information

#62A036 (or 0x62A036) is unknown color: approx Limeade. HEX triplet: 62, A0 and 36. RGB value is (98,160,54). Sum of RGB (Red+Green+Blue) = 98+160+54=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 160 (62.89% from 255 or 51.28% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 160 - color contains mainly: green. Hex color #62A036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A036 is #9D5FC9. Grayscale: #818181. Windows color (decimal): -10313674 or 3580002. OLE color: 3580002.

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

Color convert

RGB9816054-
CMYK0.3900.660.37
HSL95.09º49.53%41.96%-
HSV(B)95.09º66.25%62.75%-
XYZ18.27287.93-
YUV129.3885.46105.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.41%
GREEN value IS 160 (62.89% from 255) = 51.28%
BLUE value IS 54 (21.48% from 255) = 17.31%
R=31.41%
G=51.28%
B=17.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal98160540.3900.660.3795.0949.5341.96
Hex62A03627042255f322a
Octal14224066470102451376252
Binary110001010100000110110100111010000101001011011111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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