Html Css Color HEX #60962B Limeade

📋 copy color: '#60962B'

red 96 ◦ green 150 ◦ blue 43

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

Shades of Limeade #60962B

Tints of Limeade #60962B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.9%

 BLUE value IS 43 (17.19% from 255) = 14.88%

R = 33.22%
G = 51.9%
B = 14.88%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#60962B (or 0x60962B) is known color: Limeade. HEX triplet: 60, 96 and 2B. RGB value is (96,150,43). Sum of RGB (Red+Green+Blue) = 96+150+43=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #60962B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60962B is #9F69D4. Grayscale: #7A7A7A. Windows color (decimal): -10447317 or 2856544. OLE color: 2856544.

HSL color Cylindrical-coordinate representation of color #60962B: hue angle of 90.28º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60962B is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 150 43 -
CMYK 0.36 0 0.71 0.41
HSL 90.28º 0.55% 0.38% -
HSV(B) 90.28º 0.71% 0.59% -
XYZ 16.17 24.47 6.16 -
YUV 121.66 83.61 109.7 -
System Red Green Blue C M Y K H S L
Decimal 96 150 43 0.36 0 0.71 0.41 90.28 0.55 0.38
Hex 60 96 2B 24 0 47 29 5A 37 26
Octal 140 226 53 44 0 107 51 132 67 46
Binary 1100000 10010110 101011 100100 0 1000111 101001 1011010 110111 100110

Color Harmonies of #60962B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60962B

Black with #60962B

Text Example


Text Example

White with #60962B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60962B; }

 p { color: rgb(96,150,43); }

 H1.HeaderClassName
 {
   color: #60962B;
 }
 .AnyTagClassName
 {
   color: #60962B;
 }
</style>

background-color css

<style>
 a { background-color: #60962B; }

 a { background-color: rgb(96,150,43); }

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

border-color css

<style>
 span { border-color: #60962B; }

 span { border-color: rgb(96,150,43); }

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