Html Css Color HEX #62A12D Limeade

📋 copy color: '#62A12D'

red 98 ◦ green 161 ◦ blue 45

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

Shades of Limeade #62A12D

Tints of Limeade #62A12D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 52.96%

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

R = 32.24%
G = 52.96%
B = 14.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#62A12D (or 0x62A12D) is known color: Limeade. HEX triplet: 62, A1 and 2D. RGB value is (98,161,45). Sum of RGB (Red+Green+Blue) = 98+161+45=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 161 (63.28% from 255 or 52.96% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 161 - color contains mainly: green. Hex color #62A12D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A12D is #9D5ED2. Grayscale: #818181. Windows color (decimal): -10313427 or 2990434. OLE color: 2990434.

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

Color convert

RGB 98 161 45 -
CMYK 0.39 0 0.72 0.37
HSL 92.59º 0.56% 0.4% -
HSV(B) 92.59º 0.72% 0.63% -
XYZ 18.26 28.28 6.98 -
YUV 128.94 80.63 105.93 -
System Red Green Blue C M Y K H S L
Decimal 98 161 45 0.39 0 0.72 0.37 92.59 0.56 0.4
Hex 62 A1 2D 27 0 48 25 5D 38 28
Octal 142 241 55 47 0 110 45 135 70 50
Binary 1100010 10100001 101101 100111 0 1001000 100101 1011101 111000 101000

Color Harmonies of #62A12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A12D

Black with #62A12D

Text Example


Text Example

White with #62A12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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