Html Css Color HEX #68AA32 Limeade

📋 copy color: '#68AA32'

red 104 ◦ green 170 ◦ blue 50

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

Shades of Limeade #68AA32

Tints of Limeade #68AA32

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.47%

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

R = 32.1%
G = 52.47%
B = 15.43%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#68AA32 (or 0x68AA32) is known color: Limeade. HEX triplet: 68, AA and 32. RGB value is (104,170,50). Sum of RGB (Red+Green+Blue) = 104+170+50=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AA32 is #9755CD. Grayscale: #898989. Windows color (decimal): -9917902 or 3320424. OLE color: 3320424.

HSL color Cylindrical-coordinate representation of color #68AA32: hue angle of 93º 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 #68AA32 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 170 50 -
CMYK 0.39 0 0.71 0.33
HSL 93º 0.55% 0.43% -
HSV(B) 93º 0.71% 0.67% -
XYZ 20.66 31.92 8.09 -
YUV 136.59 79.13 104.76 -
System Red Green Blue C M Y K H S L
Decimal 104 170 50 0.39 0 0.71 0.33 93 0.55 0.43
Hex 68 AA 32 27 0 47 21 5D 37 2B
Octal 150 252 62 47 0 107 41 135 67 53
Binary 1101000 10101010 110010 100111 0 1000111 100001 1011101 110111 101011

Color Harmonies of #68AA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AA32

Black with #68AA32

Text Example


Text Example

White with #68AA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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