Html Css Color HEX #60982C Limeade

📋 copy color: '#60982C'

red 96 ◦ green 152 ◦ blue 44

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

Shades of Limeade #60982C

Tints of Limeade #60982C

RGB

 RED value IS 96 (37.89% from 255) = 32.88%

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

 BLUE value IS 44 (17.58% from 255) = 15.07%

R = 32.88%
G = 52.05%
B = 15.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#60982C (or 0x60982C) is known color: Limeade. HEX triplet: 60, 98 and 2C. RGB value is (96,152,44). Sum of RGB (Red+Green+Blue) = 96+152+44=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #60982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60982C is #9F67D3. Grayscale: #7B7B7B. Windows color (decimal): -10446804 or 2922592. OLE color: 2922592.

HSL color Cylindrical-coordinate representation of color #60982C: hue angle of 91.11º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60982C is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 44 -
CMYK 0.37 0 0.71 0.40
HSL 91.11º 0.55% 0.38% -
HSV(B) 91.11º 0.71% 0.6% -
XYZ 16.51 25.13 6.36 -
YUV 122.94 83.45 108.78 -
System Red Green Blue C M Y K H S L
Decimal 96 152 44 0.37 0 0.71 0.40 91.11 0.55 0.38
Hex 60 98 2C 25 0 47 28 5B 37 26
Octal 140 230 54 45 0 107 50 133 67 46
Binary 1100000 10011000 101100 100101 0 1000111 101000 1011011 110111 100110

Color Harmonies of #60982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60982C

Black with #60982C

Text Example


Text Example

White with #60982C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,152,44); }

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

background-color css

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

 a { background-color: rgb(96,152,44); }

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

border-color css

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

 span { border-color: rgb(96,152,44); }

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