#60B22C

Color #60B22C Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #60B22C

Tints of Limeade #60B22C

Color information

#60B22C (or 0x60B22C) is unknown color: approx Limeade. HEX triplet: 60, B2 and 2C. RGB value is (96,178,44). Sum of RGB (Red+Green+Blue) = 96+178+44=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 178 (69.92% from 255 or 55.97% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 178 - color contains mainly: green. Hex color #60B22C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60B22C is #9F4DD3. Grayscale: #8A8A8A. Windows color (decimal): -10440148 or 2929248. OLE color: 2929248.

HSL color Cylindrical-coordinate representation of color #60B22C: hue angle of 96.72º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60B22C is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB9617844-
CMYK0.4600.750.30
HSL96.72º60.36%43.53%-
HSV(B)96.72º75.28%69.8%-
XYZ21.234.517.93-
YUV138.2174.8397.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 178 (69.92% from 255) = 55.97%
BLUE value IS 44 (17.58% from 255) = 13.84%
R=30.19%
G=55.97%
B=13.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal96178440.4600.750.3096.7260.3643.53
Hex60B22C2E04B1E613c2c
Octal14026254560113361417454
Binary11000001011001010110010111001001011111101100001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60B22C; }

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

 H1.HeaderClassName
 {
   color: #60B22C;
 }
 .AnyTagClassName
 {
   color: #60B22C;
 }
</style>
background-color css

<style>
 a { background-color: #60B22C; }

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

 div.DivClassName
 {
   background-color: #60B22C;
 }
 .BgClassName
 {
   background-color: #60B22C;
 }
</style>
border-color css

<style>
 span { border-color: #60B22C; }

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

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