#68AB32

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

Shades of Limeade #68AB32

Tints of Limeade #68AB32

Color information

#68AB32 (or 0x68AB32) is unknown color: approx Limeade. HEX triplet: 68, AB and 32. RGB value is (104,171,50). Sum of RGB (Red+Green+Blue) = 104+171+50=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AB32 is #9754CD. Grayscale: #898989. Windows color (decimal): -9917646 or 3320680. OLE color: 3320680.

HSL color Cylindrical-coordinate representation of color #68AB32: hue angle of 93.22º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68AB32 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB10417150-
CMYK0.3900.710.33
HSL93.22º54.75%43.33%-
HSV(B)93.22º70.76%67.06%-
XYZ20.8532.38.15-
YUV137.1778.8104.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 171 (67.19% from 255) = 52.62%
BLUE value IS 50 (19.92% from 255) = 15.38%
R=32%
G=52.62%
B=15.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104171500.3900.710.3393.2254.7543.33
Hex68AB3227047215d372b
Octal15025362470107411356753
Binary110100010101011110010100111010001111000011011101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68AB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,171,50); }

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

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

 a { background-color: rgb(104,171,50); }

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

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

 span { border-color: rgb(104,171,50); }

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