#75AB30

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

Shades of Lima #75AB30

Tints of Lima #75AB30

Color information

#75AB30 (or 0x75AB30) is unknown color: approx Lima. HEX triplet: 75, AB and 30. RGB value is (117,171,48). Sum of RGB (Red+Green+Blue) = 117+171+48=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 48 (19.14% from 255 or 14.29% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB30 is #8A54CF. Grayscale: #8D8D8D. Windows color (decimal): -9065680 or 3189621. OLE color: 3189621.

HSL color Cylindrical-coordinate representation of color #75AB30: hue angle of 86.34º 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 #75AB30 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB11717148-
CMYK0.3200.720.33
HSL86.34º56.16%42.94%-
HSV(B)86.34º71.93%67.06%-
XYZ22.4333.128.01-
YUV140.8375.61111-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.82%
GREEN value IS 171 (67.19% from 255) = 50.89%
BLUE value IS 48 (19.14% from 255) = 14.29%
R=34.82%
G=50.89%
B=14.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117171480.3200.720.3386.3456.1642.94
Hex75AB30200482156382b
Octal16525360400110411267053
Binary111010110101011110000100000010010001000011010110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75AB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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