#62973A

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

Shades of Limeade #62973A

Tints of Limeade #62973A

Color information

#62973A (or 0x62973A) is unknown color: approx Limeade. HEX triplet: 62, 97 and 3A. RGB value is (98,151,58). Sum of RGB (Red+Green+Blue) = 98+151+58=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #62973A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62973A is #9D68C5. Grayscale: #7C7C7C. Windows color (decimal): -10315974 or 3839842. OLE color: 3839842.

HSL color Cylindrical-coordinate representation of color #62973A: hue angle of 94.19º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62973A is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB9815158-
CMYK0.3500.620.41
HSL94.19º44.5%40.98%-
HSV(B)94.19º61.59%59.22%-
XYZ16.8725.047.95-
YUV124.5590.44109.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.92%
GREEN value IS 151 (59.38% from 255) = 49.19%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=31.92%
G=49.19%
B=18.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal98151580.3500.620.4194.1944.540.98
Hex62973A2303E295e2c29
Octal1422277243076511365451
Binary11000101001011111101010001101111101010011011110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62973A; }

 p { color: rgb(98,151,58); }

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

<style>
 a { background-color: #62973A; }

 a { background-color: rgb(98,151,58); }

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

<style>
 span { border-color: #62973A; }

 span { border-color: rgb(98,151,58); }

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