#68A330

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

Shades of Limeade #68A330

Tints of Limeade #68A330

Color information

#68A330 (or 0x68A330) is unknown color: approx Limeade. HEX triplet: 68, A3 and 30. RGB value is (104,163,48). Sum of RGB (Red+Green+Blue) = 104+163+48=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 163 (64.06% from 255 or 51.75% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 163 - color contains mainly: green. Hex color #68A330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A330 is #975CCF. Grayscale: #848484. Windows color (decimal): -9919696 or 3187560. OLE color: 3187560.

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

Color convert

RGB10416348-
CMYK0.3600.710.36
HSL90.78º54.5%41.37%-
HSV(B)90.78º70.55%63.92%-
XYZ19.3429.357.44-
YUV132.2580.45107.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 163 (64.06% from 255) = 51.75%
BLUE value IS 48 (19.14% from 255) = 15.24%
R=33.02%
G=51.75%
B=15.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104163480.3600.710.3690.7854.541.37
Hex68A33024047245b3729
Octal15024360440107441336751
Binary110100010100011110000100100010001111001001011011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,163,48); }

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

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

 a { background-color: rgb(104,163,48); }

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

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

 span { border-color: rgb(104,163,48); }

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