#67A52B

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

Shades of Limeade #67A52B

Tints of Limeade #67A52B

Color information

#67A52B (or 0x67A52B) is unknown color: approx Limeade. HEX triplet: 67, A5 and 2B. RGB value is (103,165,43). Sum of RGB (Red+Green+Blue) = 103+165+43=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #67A52B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A52B is #985AD4. Grayscale: #848484. Windows color (decimal): -9984725 or 2860391. OLE color: 2860391.

HSL color Cylindrical-coordinate representation of color #67A52B: hue angle of 90.49º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #67A52B is Cyan = 0.38, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.

Color convert

RGB10316543-
CMYK0.3800.740.35
HSL90.49º58.65%40.78%-
HSV(B)90.49º73.94%64.71%-
XYZ19.4829.977.04-
YUV132.5577.46106.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.12%
GREEN value IS 165 (64.84% from 255) = 53.05%
BLUE value IS 43 (17.19% from 255) = 13.83%
R=33.12%
G=53.05%
B=13.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal103165430.3800.740.3590.4958.6540.78
Hex67A52B2604A235a3b29
Octal14724553460112431327351
Binary110011110100101101011100110010010101000111011010111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,165,43); }

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

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

 a { background-color: rgb(103,165,43); }

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

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

 span { border-color: rgb(103,165,43); }

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