#75AB2C

Color #75AB2C Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #75AB2C

Tints of Lima #75AB2C

Color information

#75AB2C (or 0x75AB2C) is unknown color: approx Lima. HEX triplet: 75, AB and 2C. RGB value is (117,171,44). Sum of RGB (Red+Green+Blue) = 117+171+44=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB2C is #8A54D3. Grayscale: #8C8C8C. Windows color (decimal): -9065684 or 2927477. OLE color: 2927477.

HSL color Cylindrical-coordinate representation of color #75AB2C: hue angle of 85.51º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75AB2C is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB11717144-
CMYK0.3200.740.33
HSL85.51º59.07%42.16%-
HSV(B)85.51º74.27%67.06%-
XYZ22.3533.097.59-
YUV140.3873.61111.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 171 (67.19% from 255) = 51.51%
BLUE value IS 44 (17.58% from 255) = 13.25%
R=35.24%
G=51.51%
B=13.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117171440.3200.740.3385.5159.0742.16
Hex75AB2C2004A21563b2a
Octal16525354400112411267352
Binary111010110101011101100100000010010101000011010110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AB2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75AB2C; }

 p { color: rgb(117,171,44); }

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

<style>
 a { background-color: #75AB2C; }

 a { background-color: rgb(117,171,44); }

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

<style>
 span { border-color: #75AB2C; }

 span { border-color: rgb(117,171,44); }

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