#62982D

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

Shades of Limeade #62982D

Tints of Limeade #62982D

Color information

#62982D (or 0x62982D) is unknown color: approx Limeade. HEX triplet: 62, 98 and 2D. RGB value is (98,152,45). Sum of RGB (Red+Green+Blue) = 98+152+45=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #62982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62982D is #9D67D2. Grayscale: #7C7C7C. Windows color (decimal): -10315731 or 2988130. OLE color: 2988130.

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

Color convert

RGB9815245-
CMYK0.3600.700.40
HSL90.28º54.31%38.63%-
HSV(B)90.28º70.39%59.61%-
XYZ16.7425.246.47-
YUV123.6683.61109.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.22%
GREEN value IS 152 (59.77% from 255) = 51.53%
BLUE value IS 45 (17.97% from 255) = 15.25%
R=33.22%
G=51.53%
B=15.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal98152450.3600.700.4090.2854.3138.63
Hex62982D24046285a3627
Octal14223055440106501326647
Binary110001010011000101101100100010001101010001011010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62982D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62982D; }

 p { color: rgb(98,152,45); }

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

<style>
 a { background-color: #62982D; }

 a { background-color: rgb(98,152,45); }

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

<style>
 span { border-color: #62982D; }

 span { border-color: rgb(98,152,45); }

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