Html Css Color HEX #62A42D Limeade

📋 copy color: '#62A42D'

red 98 ◦ green 164 ◦ blue 45

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

Shades of Limeade #62A42D

Tints of Limeade #62A42D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 53.42%

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

R = 31.92%
G = 53.42%
B = 14.66%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#62A42D (or 0x62A42D) is known color: Limeade. HEX triplet: 62, A4 and 2D. RGB value is (98,164,45). Sum of RGB (Red+Green+Blue) = 98+164+45=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 164 (64.45% from 255 or 53.42% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 164 - color contains mainly: green. Hex color #62A42D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A42D is #9D5BD2. Grayscale: #838383. Windows color (decimal): -10312659 or 2991202. OLE color: 2991202.

HSL color Cylindrical-coordinate representation of color #62A42D: hue angle of 93.28º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62A42D is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 164 45 -
CMYK 0.40 0 0.73 0.36
HSL 93.28º 0.57% 0.41% -
HSV(B) 93.28º 0.73% 0.64% -
XYZ 18.79 29.34 7.16 -
YUV 130.7 79.63 104.68 -
System Red Green Blue C M Y K H S L
Decimal 98 164 45 0.40 0 0.73 0.36 93.28 0.57 0.41
Hex 62 A4 2D 28 0 49 24 5D 39 29
Octal 142 244 55 50 0 111 44 135 71 51
Binary 1100010 10100100 101101 101000 0 1001001 100100 1011101 111001 101001

Color Harmonies of #62A42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A42D

Black with #62A42D

Text Example


Text Example

White with #62A42D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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