#62A231

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

Shades of Limeade #62A231

Tints of Limeade #62A231

Color information

#62A231 (or 0x62A231) is unknown color: approx Limeade. HEX triplet: 62, A2 and 31. RGB value is (98,162,49). Sum of RGB (Red+Green+Blue) = 98+162+49=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #62A231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A231 is #9D5DCE. Grayscale: #828282. Windows color (decimal): -10313167 or 3252834. OLE color: 3252834.

HSL color Cylindrical-coordinate representation of color #62A231: hue angle of 93.98º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #62A231 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB9816249-
CMYK0.4000.700.36
HSL93.98º53.55%41.37%-
HSV(B)93.98º69.75%63.53%-
XYZ18.5128.667.46-
YUV129.9882.3105.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.72%
GREEN value IS 162 (63.67% from 255) = 52.43%
BLUE value IS 49 (19.53% from 255) = 15.86%
R=31.72%
G=52.43%
B=15.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98162490.4000.700.3693.9853.5541.37
Hex62A23128046245e3629
Octal14224261500106441366651
Binary110001010100010110001101000010001101001001011110110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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