#62AE2A

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

Shades of Limeade #62AE2A

Tints of Limeade #62AE2A

Color information

#62AE2A (or 0x62AE2A) is unknown color: approx Limeade. HEX triplet: 62, AE and 2A. RGB value is (98,174,42). Sum of RGB (Red+Green+Blue) = 98+174+42=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 174 (68.36% from 255 or 55.41% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 174 - color contains mainly: green. Hex color #62AE2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62AE2A is #9D51D5. Grayscale: #888888. Windows color (decimal): -10310102 or 2797154. OLE color: 2797154.

HSL color Cylindrical-coordinate representation of color #62AE2A: hue angle of 94.55º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #62AE2A is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB9817442-
CMYK0.4400.760.32
HSL94.55º61.11%42.35%-
HSV(B)94.55º75.86%68.24%-
XYZ20.5933.047.48-
YUV136.2374.82100.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.21%
GREEN value IS 174 (68.36% from 255) = 55.41%
BLUE value IS 42 (16.80% from 255) = 13.38%
R=31.21%
G=55.41%
B=13.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98174420.4400.760.3294.5561.1142.35
Hex62AE2A2C04C205f3d2a
Octal14225652540114401377552
Binary110001010101110101010101100010011001000001011111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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