Html Css Color HEX #62A530 Limeade

📋 copy color: '#62A530'

red 98 ◦ green 165 ◦ blue 48

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

Shades of Limeade #62A530

Tints of Limeade #62A530

RGB

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

 GREEN value IS 165 (64.84% from 255) = 53.05%

 BLUE value IS 48 (19.14% from 255) = 15.43%

R = 31.51%
G = 53.05%
B = 15.43%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#62A530 (or 0x62A530) is known color: Limeade. HEX triplet: 62, A5 and 30. RGB value is (98,165,48). Sum of RGB (Red+Green+Blue) = 98+165+48=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #62A530 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A530 is #9D5ACF. Grayscale: #848484. Windows color (decimal): -10312400 or 3188066. OLE color: 3188066.

HSL color Cylindrical-coordinate representation of color #62A530: hue angle of 94.36º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62A530 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB 98 165 48 -
CMYK 0.41 0 0.71 0.35
HSL 94.36º 0.55% 0.42% -
HSV(B) 94.36º 0.71% 0.65% -
XYZ 19.03 29.72 7.53 -
YUV 131.63 80.8 104.01 -
System Red Green Blue C M Y K H S L
Decimal 98 165 48 0.41 0 0.71 0.35 94.36 0.55 0.42
Hex 62 A5 30 29 0 47 23 5E 37 2A
Octal 142 245 60 51 0 107 43 136 67 52
Binary 1100010 10100101 110000 101001 0 1000111 100011 1011110 110111 101010

Color Harmonies of #62A530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A530

Black with #62A530

Text Example


Text Example

White with #62A530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,165,48); }

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

background-color css

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

 a { background-color: rgb(98,165,48); }

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

border-color css

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

 span { border-color: rgb(98,165,48); }

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