#68A02E

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

Shades of Limeade #68A02E

Tints of Limeade #68A02E

Color information

#68A02E (or 0x68A02E) is unknown color: approx Limeade. HEX triplet: 68, A0 and 2E. RGB value is (104,160,46). Sum of RGB (Red+Green+Blue) = 104+160+46=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #68A02E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A02E is #975FD1. Grayscale: #828282. Windows color (decimal): -9920466 or 3055720. OLE color: 3055720.

HSL color Cylindrical-coordinate representation of color #68A02E: hue angle of 89.47º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68A02E is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB10416046-
CMYK0.3500.710.37
HSL89.47º55.34%40.39%-
HSV(B)89.47º71.25%62.75%-
XYZ18.7728.287.05-
YUV130.2680.45109.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.55%
GREEN value IS 160 (62.89% from 255) = 51.61%
BLUE value IS 46 (18.36% from 255) = 14.84%
R=33.55%
G=51.61%
B=14.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal104160460.3500.710.3789.4755.3440.39
Hex68A02E2304725593728
Octal15024056430107451316750
Binary110100010100000101110100011010001111001011011001110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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