#62A82A

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

Shades of Limeade #62A82A

Tints of Limeade #62A82A

Color information

#62A82A (or 0x62A82A) is unknown color: approx Limeade. HEX triplet: 62, A8 and 2A. RGB value is (98,168,42). Sum of RGB (Red+Green+Blue) = 98+168+42=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 168 (66.02% from 255 or 54.55% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 168 - color contains mainly: green. Hex color #62A82A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A82A is #9D57D5. Grayscale: #858585. Windows color (decimal): -10311638 or 2795618. OLE color: 2795618.

HSL color Cylindrical-coordinate representation of color #62A82A: hue angle of 93.33º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62A82A is Cyan = 0.42, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB9816842-
CMYK0.4200.750.34
HSL93.33º60%41.18%-
HSV(B)93.33º75%65.88%-
XYZ19.4630.777.1-
YUV132.7176.81103.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.82%
GREEN value IS 168 (66.02% from 255) = 54.55%
BLUE value IS 42 (16.80% from 255) = 13.64%
R=31.82%
G=54.55%
B=13.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal98168420.4200.750.3493.336041.18
Hex62A82A2A04B225d3c29
Octal14225052520113421357451
Binary110001010101000101010101010010010111000101011101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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