#75BC33

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

Shades of Lima #75BC33

Tints of Lima #75BC33

Color information

#75BC33 (or 0x75BC33) is unknown color: approx Lima. HEX triplet: 75, BC and 33. RGB value is (117,188,51). Sum of RGB (Red+Green+Blue) = 117+188+51=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BC33 is #8A43CC. Grayscale: #979797. Windows color (decimal): -9061325 or 3390581. OLE color: 3390581.

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

Color convert

RGB11718851-
CMYK0.3800.730.26
HSL91.09º57.32%46.86%-
HSV(B)91.09º72.87%73.73%-
XYZ25.9239.999.48-
YUV151.1571.48103.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 188 (73.83% from 255) = 52.81%
BLUE value IS 51 (20.31% from 255) = 14.33%
R=32.87%
G=52.81%
B=14.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117188510.3800.730.2691.0957.3246.86
Hex75BC33260491A5b392f
Octal16527463460111321337157
Binary11101011011110011001110011001001001110101011011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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