Html Css Color HEX #62A024 Limeade

📋 copy color: '#62A024'

red 98 ◦ green 160 ◦ blue 36

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

Shades of Limeade #62A024

Tints of Limeade #62A024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.24%

R = 33.33%
G = 54.42%
B = 12.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#62A024 (or 0x62A024) is known color: Limeade. HEX triplet: 62, A0 and 24. RGB value is (98,160,36). Sum of RGB (Red+Green+Blue) = 98+160+36=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 160 (62.89% from 255 or 54.42% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 160 - color contains mainly: green. Hex color #62A024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A024 is #9D5FDB. Grayscale: #7F7F7F. Windows color (decimal): -10313692 or 2400354. OLE color: 2400354.

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

Color convert

RGB 98 160 36 -
CMYK 0.39 0 0.78 0.37
HSL 90º 0.63% 0.38% -
HSV(B) 90º 0.78% 0.63% -
XYZ 17.93 27.87 6.1 -
YUV 127.33 76.46 107.08 -
System Red Green Blue C M Y K H S L
Decimal 98 160 36 0.39 0 0.78 0.37 90 0.63 0.38
Hex 62 A0 24 27 0 4E 25 5A 3F 26
Octal 142 240 44 47 0 116 45 132 77 46
Binary 1100010 10100000 100100 100111 0 1001110 100101 1011010 111111 100110

Color Harmonies of #62A024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A024

Black with #62A024

Text Example


Text Example

White with #62A024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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