Html Css Color HEX #62982C Limeade

📋 copy color: '#62982C'

red 98 ◦ green 152 ◦ blue 44

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

Shades of Limeade #62982C

Tints of Limeade #62982C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.7%

 BLUE value IS 44 (17.58% from 255) = 14.97%

R = 33.33%
G = 51.7%
B = 14.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#62982C (or 0x62982C) is known color: Limeade. HEX triplet: 62, 98 and 2C. RGB value is (98,152,44). Sum of RGB (Red+Green+Blue) = 98+152+44=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #62982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62982C is #9D67D3. Grayscale: #7B7B7B. Windows color (decimal): -10315732 or 2922594. OLE color: 2922594.

HSL color Cylindrical-coordinate representation of color #62982C: hue angle of 90º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62982C is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 152 44 -
CMYK 0.36 0 0.71 0.40
HSL 90º 0.55% 0.38% -
HSV(B) 90º 0.71% 0.6% -
XYZ 16.72 25.23 6.37 -
YUV 123.54 83.11 109.78 -
System Red Green Blue C M Y K H S L
Decimal 98 152 44 0.36 0 0.71 0.40 90 0.55 0.38
Hex 62 98 2C 24 0 47 28 5A 37 26
Octal 142 230 54 44 0 107 50 132 67 46
Binary 1100010 10011000 101100 100100 0 1000111 101000 1011010 110111 100110

Color Harmonies of #62982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62982C

Black with #62982C

Text Example


Text Example

White with #62982C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62982C;
 }
 .AnyTagClassName
 {
   color: #62982C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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