#62962e

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

Shades of Limeade #62962E

Tints of Limeade #62962E

Color information

#62962E (or 0x62962E) is unknown color: approx Limeade. HEX triplet: 62, 96 and 2E. RGB value is (98,150,46). Sum of RGB (Red+Green+Blue) = 98+150+46=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #62962E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62962E is #9D69D1. Grayscale: #7A7A7A. Windows color (decimal): -10316242 or 3053154. OLE color: 3053154.

HSL color Cylindrical-coordinate representation of color #62962E: hue angle of 90º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #62962E is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB9815046-
CMYK0.3500.690.41
HSL90º53.06%38.43%-
HSV(B)90º69.33%58.82%-
XYZ16.4424.616.47-
YUV122.684.77110.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.33%
GREEN value IS 150 (58.98% from 255) = 51.02%
BLUE value IS 46 (18.36% from 255) = 15.65%
R=33.33%
G=51.02%
B=15.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal98150460.3500.690.419053.0638.43
Hex62962E23045295a3526
Octal14222656430105511326546
Binary110001010010110101110100011010001011010011011010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62962e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62962e; }

 p { color: rgb(98,150,46); }

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

<style>
 a { background-color: #62962e; }

 a { background-color: rgb(98,150,46); }

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

<style>
 span { border-color: #62962e; }

 span { border-color: rgb(98,150,46); }

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