#75BC28

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

Shades of Lima #75BC28

Tints of Lima #75BC28

Color information

#75BC28 (or 0x75BC28) is unknown color: approx Lima. HEX triplet: 75, BC and 28. RGB value is (117,188,40). Sum of RGB (Red+Green+Blue) = 117+188+40=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BC28 is #8A43D7. Grayscale: #969696. Windows color (decimal): -9061336 or 2669685. OLE color: 2669685.

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

Color convert

RGB11718840-
CMYK0.3800.790.26
HSL88.78º64.91%44.71%-
HSV(B)88.78º78.72%73.73%-
XYZ25.739.98.35-
YUV149.965.98104.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 188 (73.83% from 255) = 54.49%
BLUE value IS 40 (16.02% from 255) = 11.59%
R=33.91%
G=54.49%
B=11.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117188400.3800.790.2688.7864.9144.71
Hex75BC282604F1A59412d
Octal165274504601173213110155
Binary111010110111100101000100110010011111101010110011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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