Html Css Color HEX #62981C Limeade

📋 copy color: '#62981C'

red 98 ◦ green 152 ◦ blue 28

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

Shades of Limeade #62981C

Tints of Limeade #62981C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.68%

 BLUE value IS 28 (11.33% from 255) = 10.07%

R = 35.25%
G = 54.68%
B = 10.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#62981C (or 0x62981C) is known color: Limeade. HEX triplet: 62, 98 and 1C. RGB value is (98,152,28). Sum of RGB (Red+Green+Blue) = 98+152+28=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #62981C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62981C is #9D67E3. Grayscale: #7A7A7A. Windows color (decimal): -10315748 or 1874018. OLE color: 1874018.

HSL color Cylindrical-coordinate representation of color #62981C: hue angle of 86.13º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #62981C is Cyan = 0.36, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 152 28 -
CMYK 0.36 0 0.82 0.40
HSL 86.13º 0.69% 0.35% -
HSV(B) 86.13º 0.82% 0.6% -
XYZ 16.47 25.14 5.08 -
YUV 121.72 75.11 111.08 -
System Red Green Blue C M Y K H S L
Decimal 98 152 28 0.36 0 0.82 0.40 86.13 0.69 0.35
Hex 62 98 1C 24 0 52 28 56 45 23
Octal 142 230 34 44 0 122 50 126 105 43
Binary 1100010 10011000 11100 100100 0 1010010 101000 1010110 1000101 100011

Color Harmonies of #62981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62981C

Black with #62981C

Text Example


Text Example

White with #62981C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62981C; }

 p { color: rgb(98,152,28); }

 H1.HeaderClassName
 {
   color: #62981C;
 }
 .AnyTagClassName
 {
   color: #62981C;
 }
</style>

background-color css

<style>
 a { background-color: #62981C; }

 a { background-color: rgb(98,152,28); }

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

border-color css

<style>
 span { border-color: #62981C; }

 span { border-color: rgb(98,152,28); }

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