#67AA2E

Color #67AA2E Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #67AA2E

Tints of Limeade #67AA2E

Color information

#67AA2E (or 0x67AA2E) is unknown color: approx Limeade. HEX triplet: 67, AA and 2E. RGB value is (103,170,46). Sum of RGB (Red+Green+Blue) = 103+170+46=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #67AA2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67AA2E is #9855D1. Grayscale: #888888. Windows color (decimal): -9983442 or 3058279. OLE color: 3058279.

HSL color Cylindrical-coordinate representation of color #67AA2E: hue angle of 92.42º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #67AA2E is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB10317046-
CMYK0.3900.730.33
HSL92.42º57.41%42.35%-
HSV(B)92.42º72.94%66.67%-
XYZ20.4631.837.65-
YUV135.8377.3104.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.29%
GREEN value IS 170 (66.80% from 255) = 53.29%
BLUE value IS 46 (18.36% from 255) = 14.42%
R=32.29%
G=53.29%
B=14.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103170460.3900.730.3392.4257.4142.35
Hex67AA2E27049215c392a
Octal14725256470111411347152
Binary110011110101010101110100111010010011000011011100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67AA2E; }

 p { color: rgb(103,170,46); }

 H1.HeaderClassName
 {
   color: #67AA2E;
 }
 .AnyTagClassName
 {
   color: #67AA2E;
 }
</style>
background-color css

<style>
 a { background-color: #67AA2E; }

 a { background-color: rgb(103,170,46); }

 div.DivClassName
 {
   background-color: #67AA2E;
 }
 .BgClassName
 {
   background-color: #67AA2E;
 }
</style>
border-color css

<style>
 span { border-color: #67AA2E; }

 span { border-color: rgb(103,170,46); }

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