#75BC22

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

Shades of Lima #75BC22

Tints of Lima #75BC22

Color information

#75BC22 (or 0x75BC22) is unknown color: approx Lima. HEX triplet: 75, BC and 22. RGB value is (117,188,34). Sum of RGB (Red+Green+Blue) = 117+188+34=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 34 (13.67% from 255 or 10.03% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BC22 is #8A43DD. Grayscale: #959595. Windows color (decimal): -9061342 or 2276469. OLE color: 2276469.

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

Color convert

RGB11718834-
CMYK0.3800.820.26
HSL87.66º69.37%43.53%-
HSV(B)87.66º81.91%73.73%-
XYZ25.6139.867.86-
YUV149.2262.98105.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 188 (73.83% from 255) = 55.46%
BLUE value IS 34 (13.67% from 255) = 10.03%
R=34.51%
G=55.46%
B=10.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117188340.3800.820.2687.6669.3743.53
Hex75BC22260521A58452c
Octal165274424601223213010554
Binary111010110111100100010100110010100101101010110001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BC22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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