Html Css Color HEX #62982D Limeade

📋 copy color: '#62982D'

red 98 ◦ green 152 ◦ blue 45

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

Shades of Limeade #62982D

Tints of Limeade #62982D

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 value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#62982D (or 0x62982D) is known color: 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

RGB 98 152 45 -
CMYK 0.36 0 0.70 0.40
HSL 90.28º 0.54% 0.39% -
HSV(B) 90.28º 0.7% 0.6% -
XYZ 16.74 25.24 6.47 -
YUV 123.66 83.61 109.7 -
System Red Green Blue C M Y K H S L
Decimal 98 152 45 0.36 0 0.70 0.40 90.28 0.54 0.39
Hex 62 98 2D 24 0 46 28 5A 36 27
Octal 142 230 55 44 0 106 50 132 66 47
Binary 1100010 10011000 101101 100100 0 1000110 101000 1011010 110110 100111

Color Harmonies of #62982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62982D

Black with #62982D

Text Example


Text Example

White with #62982D

Text Example


Text Example

HTML Codes & Css Web 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>