Html Css Color HEX #60941E Limeade

📋 copy color: '#60941E'

red 96 ◦ green 148 ◦ blue 30

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

Shades of Limeade #60941E

Tints of Limeade #60941E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.01%

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 35.04%
G = 54.01%
B = 10.95%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#60941E (or 0x60941E) is known color: Limeade. HEX triplet: 60, 94 and 1E. RGB value is (96,148,30). Sum of RGB (Red+Green+Blue) = 96+148+30=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #60941E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60941E is #9F6BE1. Grayscale: #777777. Windows color (decimal): -10447842 or 2004064. OLE color: 2004064.

HSL color Cylindrical-coordinate representation of color #60941E: hue angle of 86.44º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60941E is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 148 30 -
CMYK 0.35 0 0.80 0.42
HSL 86.44º 0.66% 0.35% -
HSV(B) 86.44º 0.8% 0.58% -
XYZ 15.65 23.76 4.99 -
YUV 119 77.77 111.59 -
System Red Green Blue C M Y K H S L
Decimal 96 148 30 0.35 0 0.80 0.42 86.44 0.66 0.35
Hex 60 94 1E 23 0 50 2A 56 42 23
Octal 140 224 36 43 0 120 52 126 102 43
Binary 1100000 10010100 11110 100011 0 1010000 101010 1010110 1000010 100011

Color Harmonies of #60941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60941E

Black with #60941E

Text Example


Text Example

White with #60941E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60941E; }

 p { color: rgb(96,148,30); }

 H1.HeaderClassName
 {
   color: #60941E;
 }
 .AnyTagClassName
 {
   color: #60941E;
 }
</style>

background-color css

<style>
 a { background-color: #60941E; }

 a { background-color: rgb(96,148,30); }

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

border-color css

<style>
 span { border-color: #60941E; }

 span { border-color: rgb(96,148,30); }

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