#7BB32B

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

Shades of Lima #7BB32B

Tints of Lima #7BB32B

Color information

#7BB32B (or 0x7BB32B) is unknown color: approx Lima. HEX triplet: 7B, B3 and 2B. RGB value is (123,179,43). Sum of RGB (Red+Green+Blue) = 123+179+43=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #7BB32B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BB32B is #844CD4. Grayscale: #939393. Windows color (decimal): -8670421 or 2863995. OLE color: 2863995.

HSL color Cylindrical-coordinate representation of color #7BB32B: hue angle of 84.71º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7BB32B is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB12317943-
CMYK0.3100.760.30
HSL84.71º61.26%43.53%-
HSV(B)84.71º75.98%70.2%-
XYZ24.7236.638.05-
YUV146.7569.45111.06-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.65%
GREEN value IS 179 (70.31% from 255) = 51.88%
BLUE value IS 43 (17.19% from 255) = 12.46%
R=35.65%
G=51.88%
B=12.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal123179430.3100.760.3084.7161.2643.53
Hex7BB32B1F04C1E553d2c
Octal17326353370114361257554
Binary1111011101100111010111111101001100111101010101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB32B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BB32B; }

 p { color: rgb(123,179,43); }

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

<style>
 a { background-color: #7BB32B; }

 a { background-color: rgb(123,179,43); }

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

<style>
 span { border-color: #7BB32B; }

 span { border-color: rgb(123,179,43); }

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