Html Css Color HEX #68A328 Limeade

📋 copy color: '#68A328'

red 104 ◦ green 163 ◦ blue 40

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

Shades of Limeade #68A328

Tints of Limeade #68A328

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.09%

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 33.88%
G = 53.09%
B = 13.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#68A328 (or 0x68A328) is known color: Limeade. HEX triplet: 68, A3 and 28. RGB value is (104,163,40). Sum of RGB (Red+Green+Blue) = 104+163+40=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 163 (64.06% from 255 or 53.09% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 163 - color contains mainly: green. Hex color #68A328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A328 is #975CD7. Grayscale: #838383. Windows color (decimal): -9919704 or 2663272. OLE color: 2663272.

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

Color convert

RGB 104 163 40 -
CMYK 0.36 0 0.75 0.36
HSL 88.78º 0.61% 0.4% -
HSV(B) 88.78º 0.75% 0.64% -
XYZ 19.19 29.29 6.65 -
YUV 131.34 76.45 108.5 -
System Red Green Blue C M Y K H S L
Decimal 104 163 40 0.36 0 0.75 0.36 88.78 0.61 0.4
Hex 68 A3 28 24 0 4B 24 59 3D 28
Octal 150 243 50 44 0 113 44 131 75 50
Binary 1101000 10100011 101000 100100 0 1001011 100100 1011001 111101 101000

Color Harmonies of #68A328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A328

Black with #68A328

Text Example


Text Example

White with #68A328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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