#75BB33

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

Shades of Lima #75BB33

Tints of Lima #75BB33

Color information

#75BB33 (or 0x75BB33) is unknown color: approx Lima. HEX triplet: 75, BB and 33. RGB value is (117,187,51). Sum of RGB (Red+Green+Blue) = 117+187+51=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 187 (73.44% from 255 or 52.68% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75BB33 is #8A44CC. Grayscale: #979797. Windows color (decimal): -9061581 or 3390325. OLE color: 3390325.

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

Color convert

RGB11718751-
CMYK0.3700.730.27
HSL90.88º57.14%46.67%-
HSV(B)90.88º72.73%73.33%-
XYZ25.739.569.41-
YUV150.5771.81104.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 187 (73.44% from 255) = 52.68%
BLUE value IS 51 (20.31% from 255) = 14.37%
R=32.96%
G=52.68%
B=14.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117187510.3700.730.2790.8857.1446.67
Hex75BB33250491B5b392f
Octal16527363450111331337157
Binary11101011011101111001110010101001001110111011011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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