Html Css Color HEX #68AA34 Limeade

📋 copy color: '#68AA34'

red 104 ◦ green 170 ◦ blue 52

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

Shades of Limeade #68AA34

Tints of Limeade #68AA34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.95%

R = 31.9%
G = 52.15%
B = 15.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#68AA34 (or 0x68AA34) is known color: Limeade. HEX triplet: 68, AA and 34. RGB value is (104,170,52). Sum of RGB (Red+Green+Blue) = 104+170+52=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68AA34 is #9755CB. Grayscale: #898989. Windows color (decimal): -9917900 or 3451496. OLE color: 3451496.

HSL color Cylindrical-coordinate representation of color #68AA34: hue angle of 93.56º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68AA34 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 170 52 -
CMYK 0.39 0 0.69 0.33
HSL 93.56º 0.53% 0.44% -
HSV(B) 93.56º 0.69% 0.67% -
XYZ 20.7 31.94 8.32 -
YUV 136.81 80.13 104.59 -
System Red Green Blue C M Y K H S L
Decimal 104 170 52 0.39 0 0.69 0.33 93.56 0.53 0.44
Hex 68 AA 34 27 0 45 21 5E 35 2C
Octal 150 252 64 47 0 105 41 136 65 54
Binary 1101000 10101010 110100 100111 0 1000101 100001 1011110 110101 101100

Color Harmonies of #68AA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AA34

Black with #68AA34

Text Example


Text Example

White with #68AA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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