#62962F

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

Shades of Limeade #62962F

Tints of Limeade #62962F

Color information

#62962F (or 0x62962F) is unknown color: approx Limeade. HEX triplet: 62, 96 and 2F. RGB value is (98,150,47). Sum of RGB (Red+Green+Blue) = 98+150+47=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #62962F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62962F is #9D69D0. Grayscale: #7B7B7B. Windows color (decimal): -10316241 or 3118690. OLE color: 3118690.

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

Color convert

RGB9815047-
CMYK0.3500.690.41
HSL90.29º52.28%38.63%-
HSV(B)90.29º68.67%58.82%-
XYZ16.4624.616.57-
YUV122.7185.27110.38-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.22%
GREEN value IS 150 (58.98% from 255) = 50.85%
BLUE value IS 47 (18.75% from 255) = 15.93%
R=33.22%
G=50.85%
B=15.93%

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
Decimal98150470.3500.690.4190.2952.2838.63
Hex62962F23045295a3427
Octal14222657430105511326447
Binary110001010010110101111100011010001011010011011010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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