#75BA2C

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

Shades of Lima #75BA2C

Tints of Lima #75BA2C

Color information

#75BA2C (or 0x75BA2C) is unknown color: approx Lima. HEX triplet: 75, BA and 2C. RGB value is (117,186,44). Sum of RGB (Red+Green+Blue) = 117+186+44=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 44 (17.58% from 255 or 12.68% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA2C is #8A45D3. Grayscale: #959595. Windows color (decimal): -9061844 or 2931317. OLE color: 2931317.

HSL color Cylindrical-coordinate representation of color #75BA2C: hue angle of 89.15º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #75BA2C is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB11718644-
CMYK0.3700.760.27
HSL89.15º61.74%45.1%-
HSV(B)89.15º76.34%72.94%-
XYZ25.3539.088.59-
YUV149.1868.64105.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 186 (73.05% from 255) = 53.60%
BLUE value IS 44 (17.58% from 255) = 12.68%
R=33.72%
G=53.60%
B=12.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117186440.3700.760.2789.1561.7445.1
Hex75BA2C2504C1B593e2d
Octal16527254450114331317655
Binary11101011011101010110010010101001100110111011001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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