Html Css Color HEX #62962D Limeade

📋 copy color: '#62962D'

red 98 ◦ green 150 ◦ blue 45

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

Shades of Limeade #62962D

Tints of Limeade #62962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.19%

 BLUE value IS 45 (17.97% from 255) = 15.36%

R = 33.45%
G = 51.19%
B = 15.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#62962D (or 0x62962D) is known color: Limeade. HEX triplet: 62, 96 and 2D. RGB value is (98,150,45). Sum of RGB (Red+Green+Blue) = 98+150+45=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #62962D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62962D is #9D69D2. Grayscale: #7A7A7A. Windows color (decimal): -10316243 or 2987618. OLE color: 2987618.

HSL color Cylindrical-coordinate representation of color #62962D: hue angle of 89.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #62962D is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 150 45 -
CMYK 0.35 0 0.70 0.41
HSL 89.71º 0.54% 0.38% -
HSV(B) 89.71º 0.7% 0.59% -
XYZ 16.42 24.6 6.37 -
YUV 122.48 84.27 110.54 -
System Red Green Blue C M Y K H S L
Decimal 98 150 45 0.35 0 0.70 0.41 89.71 0.54 0.38
Hex 62 96 2D 23 0 46 29 5A 36 26
Octal 142 226 55 43 0 106 51 132 66 46
Binary 1100010 10010110 101101 100011 0 1000110 101001 1011010 110110 100110

Color Harmonies of #62962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62962D

Black with #62962D

Text Example


Text Example

White with #62962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62962D; }

 p { color: rgb(98,150,45); }

 H1.HeaderClassName
 {
   color: #62962D;
 }
 .AnyTagClassName
 {
   color: #62962D;
 }
</style>

background-color css

<style>
 a { background-color: #62962D; }

 a { background-color: rgb(98,150,45); }

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

border-color css

<style>
 span { border-color: #62962D; }

 span { border-color: rgb(98,150,45); }

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