#67AA30

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

Shades of Limeade #67AA30

Tints of Limeade #67AA30

Color information

#67AA30 (or 0x67AA30) is unknown color: approx Limeade. HEX triplet: 67, AA and 30. RGB value is (103,170,48). Sum of RGB (Red+Green+Blue) = 103+170+48=321 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.09% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #67AA30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67AA30 is #9855CF. Grayscale: #888888. Windows color (decimal): -9983440 or 3189351. OLE color: 3189351.

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

Color convert

RGB10317048-
CMYK0.3900.720.33
HSL92.95º55.96%42.75%-
HSV(B)92.95º71.76%66.67%-
XYZ20.531.857.86-
YUV136.0678.3104.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.09%
GREEN value IS 170 (66.80% from 255) = 52.96%
BLUE value IS 48 (19.14% from 255) = 14.95%
R=32.09%
G=52.96%
B=14.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal103170480.3900.720.3392.9555.9642.75
Hex67AA3027048215d382b
Octal14725260470110411357053
Binary110011110101010110000100111010010001000011011101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67AA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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