Html Css Color HEX #68AC32 Limeade

📋 copy color: '#68AC32'

red 104 ◦ green 172 ◦ blue 50

#68AC32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #68AC32

Tints of Limeade #68AC32

RGB

 RED value IS 104 (41.02% from 255) = 31.9%

 GREEN value IS 172 (67.58% from 255) = 52.76%

 BLUE value IS 50 (19.92% from 255) = 15.34%

R = 31.9%
G = 52.76%
B = 15.34%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#68AC32 (or 0x68AC32) is known color: Limeade. HEX triplet: 68, AC and 32. RGB value is (104,172,50). Sum of RGB (Red+Green+Blue) = 104+172+50=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AC32 is #9753CD. Grayscale: #8A8A8A. Windows color (decimal): -9917390 or 3320936. OLE color: 3320936.

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

Color convert

RGB 104 172 50 -
CMYK 0.40 0 0.71 0.33
HSL 93.44º 0.55% 0.44% -
HSV(B) 93.44º 0.71% 0.67% -
XYZ 21.04 32.68 8.22 -
YUV 137.76 78.47 103.92 -
System Red Green Blue C M Y K H S L
Decimal 104 172 50 0.40 0 0.71 0.33 93.44 0.55 0.44
Hex 68 AC 32 28 0 47 21 5D 37 2C
Octal 150 254 62 50 0 107 41 135 67 54
Binary 1101000 10101100 110010 101000 0 1000111 100001 1011101 110111 101100

Color Harmonies of #68AC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AC32

Black with #68AC32

Text Example


Text Example

White with #68AC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #68AC32;
 }
 .AnyTagClassName
 {
   color: #68AC32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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