#68A22E

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

Shades of Limeade #68A22E

Tints of Limeade #68A22E

Color information

#68A22E (or 0x68A22E) is unknown color: approx Limeade. HEX triplet: 68, A2 and 2E. RGB value is (104,162,46). Sum of RGB (Red+Green+Blue) = 104+162+46=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 162 (63.67% from 255 or 51.92% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 162 - color contains mainly: green. Hex color #68A22E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A22E is #975DD1. Grayscale: #838383. Windows color (decimal): -9919954 or 3056232. OLE color: 3056232.

HSL color Cylindrical-coordinate representation of color #68A22E: hue angle of 90º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68A22E is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB10416246-
CMYK0.3600.720.36
HSL90º55.77%40.78%-
HSV(B)90º71.6%63.53%-
XYZ19.1228.987.17-
YUV131.4379.78108.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.33%
GREEN value IS 162 (63.67% from 255) = 51.92%
BLUE value IS 46 (18.36% from 255) = 14.74%
R=33.33%
G=51.92%
B=14.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104162460.3600.720.369055.7740.78
Hex68A22E24048245a3829
Octal15024256440110441327051
Binary110100010100010101110100100010010001001001011010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68A22E; }

 p { color: rgb(104,162,46); }

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

<style>
 a { background-color: #68A22E; }

 a { background-color: rgb(104,162,46); }

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

<style>
 span { border-color: #68A22E; }

 span { border-color: rgb(104,162,46); }

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