Html Css Color HEX #68A02F Limeade

📋 copy color: '#68A02F'

red 104 ◦ green 160 ◦ blue 47

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

Shades of Limeade #68A02F

Tints of Limeade #68A02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.11%

R = 33.44%
G = 51.45%
B = 15.11%

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

#68A02F (or 0x68A02F) is known color: Limeade. HEX triplet: 68, A0 and 2F. RGB value is (104,160,47). Sum of RGB (Red+Green+Blue) = 104+160+47=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #68A02F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A02F is #975FD0. Grayscale: #828282. Windows color (decimal): -9920465 or 3121256. OLE color: 3121256.

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

Color convert

RGB 104 160 47 -
CMYK 0.35 0 0.71 0.37
HSL 89.73º 0.55% 0.41% -
HSV(B) 89.73º 0.71% 0.63% -
XYZ 18.79 28.29 7.16 -
YUV 130.37 80.95 109.19 -
System Red Green Blue C M Y K H S L
Decimal 104 160 47 0.35 0 0.71 0.37 89.73 0.55 0.41
Hex 68 A0 2F 23 0 47 25 5A 37 29
Octal 150 240 57 43 0 107 45 132 67 51
Binary 1101000 10100000 101111 100011 0 1000111 100101 1011010 110111 101001

Color Harmonies of #68A02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A02F

Black with #68A02F

Text Example


Text Example

White with #68A02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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