#75BA2E

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

Shades of Lima #75BA2E

Tints of Lima #75BA2E

Color information

#75BA2E (or 0x75BA2E) is unknown color: approx Lima. HEX triplet: 75, BA and 2E. RGB value is (117,186,46). Sum of RGB (Red+Green+Blue) = 117+186+46=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #75BA2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BA2E is #8A45D1. Grayscale: #959595. Windows color (decimal): -9061842 or 3062389. OLE color: 3062389.

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

Color convert

RGB11718646-
CMYK0.3700.750.27
HSL89.57º60.34%45.49%-
HSV(B)89.57º75.27%72.94%-
XYZ25.3939.18.79-
YUV149.4169.64104.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 186 (73.05% from 255) = 53.30%
BLUE value IS 46 (18.36% from 255) = 13.18%
R=33.52%
G=53.30%
B=13.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117186460.3700.750.2789.5760.3445.49
Hex75BA2E2504B1B5a3c2d
Octal16527256450113331327455
Binary11101011011101010111010010101001011110111011010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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