Html Css Color HEX #62A032 Limeade

📋 copy color: '#62A032'

red 98 ◦ green 160 ◦ blue 50

#62A032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #62A032

Tints of Limeade #62A032

RGB

 RED value IS 98 (38.67% from 255) = 31.82%

 GREEN value IS 160 (62.89% from 255) = 51.95%

 BLUE value IS 50 (19.92% from 255) = 16.23%

R = 31.82%
G = 51.95%
B = 16.23%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#62A032 (or 0x62A032) is known color: Limeade. HEX triplet: 62, A0 and 32. RGB value is (98,160,50). Sum of RGB (Red+Green+Blue) = 98+160+50=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #62A032 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A032 is #9D5FCD. Grayscale: #818181. Windows color (decimal): -10313678 or 3317858. OLE color: 3317858.

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

Color convert

RGB 98 160 50 -
CMYK 0.39 0 0.69 0.37
HSL 93.82º 0.52% 0.41% -
HSV(B) 93.82º 0.69% 0.63% -
XYZ 18.18 27.97 7.46 -
YUV 128.92 83.46 105.94 -
System Red Green Blue C M Y K H S L
Decimal 98 160 50 0.39 0 0.69 0.37 93.82 0.52 0.41
Hex 62 A0 32 27 0 45 25 5E 34 29
Octal 142 240 62 47 0 105 45 136 64 51
Binary 1100010 10100000 110010 100111 0 1000101 100101 1011110 110100 101001

Color Harmonies of #62A032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A032

Black with #62A032

Text Example


Text Example

White with #62A032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,160,50); }

 H1.HeaderClassName
 {
   color: #62A032;
 }
 .AnyTagClassName
 {
   color: #62A032;
 }
</style>

background-color css

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

 a { background-color: rgb(98,160,50); }

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

border-color css

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

 span { border-color: rgb(98,160,50); }

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