#75BC1A

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

Shades of Lima #75BC1A

Tints of Lima #75BC1A

Color information

#75BC1A (or 0x75BC1A) is unknown color: approx Lima. HEX triplet: 75, BC and 1A. RGB value is (117,188,26). Sum of RGB (Red+Green+Blue) = 117+188+26=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BC1A is #8A43E5. Grayscale: #949494. Windows color (decimal): -9061350 or 1752181. OLE color: 1752181.

HSL color Cylindrical-coordinate representation of color #75BC1A: hue angle of 86.3º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #75BC1A is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB11718826-
CMYK0.3800.860.26
HSL86.3º75.7%41.96%-
HSV(B)86.3º86.17%73.73%-
XYZ25.5139.827.32-
YUV148.358.98105.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 188 (73.83% from 255) = 56.80%
BLUE value IS 26 (10.55% from 255) = 7.85%
R=35.35%
G=56.80%
B=7.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117188260.3800.860.2686.375.741.96
Hex75BC1A260561A564c2a
Octal165274324601263212611452
Binary11101011011110011010100110010101101101010101101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,188,26); }

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

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

 a { background-color: rgb(117,188,26); }

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

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

 span { border-color: rgb(117,188,26); }

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