#62AE2B

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

Shades of Limeade #62AE2B

Tints of Limeade #62AE2B

Color information

#62AE2B (or 0x62AE2B) is unknown color: approx Limeade. HEX triplet: 62, AE and 2B. RGB value is (98,174,43). Sum of RGB (Red+Green+Blue) = 98+174+43=315 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.11% from 315); Green value is 174 (68.36% from 255 or 55.24% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 174 - color contains mainly: green. Hex color #62AE2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62AE2B is #9D51D4. Grayscale: #888888. Windows color (decimal): -10310101 or 2862690. OLE color: 2862690.

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

Color convert

RGB9817443-
CMYK0.4400.750.32
HSL94.81º60.37%42.55%-
HSV(B)94.81º75.29%68.24%-
XYZ20.6133.047.58-
YUV136.3475.32100.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.11%
GREEN value IS 174 (68.36% from 255) = 55.24%
BLUE value IS 43 (17.19% from 255) = 13.65%
R=31.11%
G=55.24%
B=13.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98174430.4400.750.3294.8160.3742.55
Hex62AE2B2C04B205f3c2b
Octal14225653540113401377453
Binary110001010101110101011101100010010111000001011111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62AE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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