#62A234

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

Shades of Limeade #62A234

Tints of Limeade #62A234

Color information

#62A234 (or 0x62A234) is unknown color: approx Limeade. HEX triplet: 62, A2 and 34. RGB value is (98,162,52). Sum of RGB (Red+Green+Blue) = 98+162+52=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #62A234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A234 is #9D5DCB. Grayscale: #828282. Windows color (decimal): -10313164 or 3449442. OLE color: 3449442.

HSL color Cylindrical-coordinate representation of color #62A234: hue angle of 94.91º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62A234 is Cyan = 0.40, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB9816252-
CMYK0.4000.680.36
HSL94.91º51.4%41.96%-
HSV(B)94.91º67.9%63.53%-
XYZ18.5828.697.81-
YUV130.3283.8104.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.41%
GREEN value IS 162 (63.67% from 255) = 51.92%
BLUE value IS 52 (20.70% from 255) = 16.67%
R=31.41%
G=51.92%
B=16.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98162520.4000.680.3694.9151.441.96
Hex62A23428044245f332a
Octal14224264500104441376352
Binary110001010100010110100101000010001001001001011111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,162,52); }

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

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

 a { background-color: rgb(98,162,52); }

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

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

 span { border-color: rgb(98,162,52); }

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