#67A33A

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

Shades of Limeade #67A33A

Tints of Limeade #67A33A

Color information

#67A33A (or 0x67A33A) is unknown color: approx Limeade. HEX triplet: 67, A3 and 3A. RGB value is (103,163,58). Sum of RGB (Red+Green+Blue) = 103+163+58=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 163 (64.06% from 255 or 50.31% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 163 - color contains mainly: green. Hex color #67A33A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67A33A is #985CC5. Grayscale: #858585. Windows color (decimal): -9985222 or 3842919. OLE color: 3842919.

HSL color Cylindrical-coordinate representation of color #67A33A: hue angle of 94.29º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #67A33A is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB10316358-
CMYK0.3700.640.36
HSL94.29º47.51%43.33%-
HSV(B)94.29º64.42%63.92%-
XYZ19.4529.388.65-
YUV133.0985.62106.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.79%
GREEN value IS 163 (64.06% from 255) = 50.31%
BLUE value IS 58 (23.05% from 255) = 17.90%
R=31.79%
G=50.31%
B=17.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal103163580.3700.640.3694.2947.5143.33
Hex67A33A25040245e302b
Octal14724372450100441366053
Binary110011110100011111010100101010000001001001011110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67A33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,163,58); }

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

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

 a { background-color: rgb(103,163,58); }

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

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

 span { border-color: rgb(103,163,58); }

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