Html Css Color HEX #68A02E Limeade

📋 copy color: '#68A02E'

red 104 ◦ green 160 ◦ blue 46

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

Shades of Limeade #68A02E

Tints of Limeade #68A02E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.61%

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 33.55%
G = 51.61%
B = 14.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#68A02E (or 0x68A02E) is known color: Limeade. HEX triplet: 68, A0 and 2E. RGB value is (104,160,46). Sum of RGB (Red+Green+Blue) = 104+160+46=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #68A02E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A02E is #975FD1. Grayscale: #828282. Windows color (decimal): -9920466 or 3055720. OLE color: 3055720.

HSL color Cylindrical-coordinate representation of color #68A02E: hue angle of 89.47º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68A02E is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB 104 160 46 -
CMYK 0.35 0 0.71 0.37
HSL 89.47º 0.55% 0.4% -
HSV(B) 89.47º 0.71% 0.63% -
XYZ 18.77 28.28 7.05 -
YUV 130.26 80.45 109.27 -
System Red Green Blue C M Y K H S L
Decimal 104 160 46 0.35 0 0.71 0.37 89.47 0.55 0.4
Hex 68 A0 2E 23 0 47 25 59 37 28
Octal 150 240 56 43 0 107 45 131 67 50
Binary 1101000 10100000 101110 100011 0 1000111 100101 1011001 110111 101000

Color Harmonies of #68A02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A02E

Black with #68A02E

Text Example


Text Example

White with #68A02E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,160,46); }

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

background-color css

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

 a { background-color: rgb(104,160,46); }

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

border-color css

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

 span { border-color: rgb(104,160,46); }

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