Html Css Color HEX #68AA31 Limeade

📋 copy color: '#68AA31'

red 104 ◦ green 170 ◦ blue 49

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

Shades of Limeade #68AA31

Tints of Limeade #68AA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.17%

R = 32.2%
G = 52.63%
B = 15.17%

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

#68AA31 (or 0x68AA31) is known color: Limeade. HEX triplet: 68, AA and 31. RGB value is (104,170,49). Sum of RGB (Red+Green+Blue) = 104+170+49=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AA31 is #9755CE. Grayscale: #888888. Windows color (decimal): -9917903 or 3254888. OLE color: 3254888.

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

Color convert

RGB 104 170 49 -
CMYK 0.39 0 0.71 0.33
HSL 92.73º 0.55% 0.43% -
HSV(B) 92.73º 0.71% 0.67% -
XYZ 20.64 31.91 7.98 -
YUV 136.47 78.63 104.84 -
System Red Green Blue C M Y K H S L
Decimal 104 170 49 0.39 0 0.71 0.33 92.73 0.55 0.43
Hex 68 AA 31 27 0 47 21 5D 37 2B
Octal 150 252 61 47 0 107 41 135 67 53
Binary 1101000 10101010 110001 100111 0 1000111 100001 1011101 110111 101011

Color Harmonies of #68AA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AA31

Black with #68AA31

Text Example


Text Example

White with #68AA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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