#62A232

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

Shades of Limeade #62A232

Tints of Limeade #62A232

Color information

#62A232 (or 0x62A232) is unknown color: approx Limeade. HEX triplet: 62, A2 and 32. RGB value is (98,162,50). Sum of RGB (Red+Green+Blue) = 98+162+50=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 162 (63.67% from 255 or 52.26% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 162 - color contains mainly: green. Hex color #62A232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A232 is #9D5DCD. Grayscale: #828282. Windows color (decimal): -10313166 or 3318370. OLE color: 3318370.

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

Color convert

RGB9816250-
CMYK0.4000.690.36
HSL94.29º52.83%41.57%-
HSV(B)94.29º69.14%63.53%-
XYZ18.5328.677.57-
YUV130.182.8105.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.61%
GREEN value IS 162 (63.67% from 255) = 52.26%
BLUE value IS 50 (19.92% from 255) = 16.13%
R=31.61%
G=52.26%
B=16.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98162500.4000.690.3694.2952.8341.57
Hex62A23228045245e352a
Octal14224262500105441366552
Binary110001010100010110010101000010001011001001011110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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