#62A235

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

Shades of Limeade #62A235

Tints of Limeade #62A235

Color information

#62A235 (or 0x62A235) is unknown color: approx Limeade. HEX triplet: 62, A2 and 35. RGB value is (98,162,53). Sum of RGB (Red+Green+Blue) = 98+162+53=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 162 (63.67% from 255 or 51.76% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 162 - color contains mainly: green. Hex color #62A235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A235 is #9D5DCA. Grayscale: #828282. Windows color (decimal): -10313163 or 3514978. OLE color: 3514978.

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

Color convert

RGB9816253-
CMYK0.4000.670.36
HSL95.23º50.7%42.16%-
HSV(B)95.23º67.28%63.53%-
XYZ18.628.697.93-
YUV130.4484.3104.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.31%
GREEN value IS 162 (63.67% from 255) = 51.76%
BLUE value IS 53 (21.09% from 255) = 16.93%
R=31.31%
G=51.76%
B=16.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98162530.4000.670.3695.2350.742.16
Hex62A23528043245f332a
Octal14224265500103441376352
Binary110001010100010110101101000010000111001001011111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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