#68A428

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

Shades of Limeade #68A428

Tints of Limeade #68A428

Color information

#68A428 (or 0x68A428) is unknown color: approx Limeade. HEX triplet: 68, A4 and 28. RGB value is (104,164,40). Sum of RGB (Red+Green+Blue) = 104+164+40=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 164 (64.45% from 255 or 53.25% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 164 - color contains mainly: green. Hex color #68A428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A428 is #975BD7. Grayscale: #848484. Windows color (decimal): -9919448 or 2663528. OLE color: 2663528.

HSL color Cylindrical-coordinate representation of color #68A428: hue angle of 89.03º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68A428 is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB10416440-
CMYK0.3700.760.36
HSL89.03º60.78%40%-
HSV(B)89.03º75.61%64.31%-
XYZ19.3729.656.71-
YUV131.9276.12108.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 164 (64.45% from 255) = 53.25%
BLUE value IS 40 (16.02% from 255) = 12.99%
R=33.77%
G=53.25%
B=12.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104164400.3700.760.3689.0360.7840
Hex68A4282504C24593d28
Octal15024450450114441317550
Binary110100010100100101000100101010011001001001011001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,164,40); }

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

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

 a { background-color: rgb(104,164,40); }

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

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

 span { border-color: rgb(104,164,40); }

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