#7BB12C

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

Shades of Lima #7BB12C

Tints of Lima #7BB12C

Color information

#7BB12C (or 0x7BB12C) is unknown color: approx Lima. HEX triplet: 7B, B1 and 2C. RGB value is (123,177,44). Sum of RGB (Red+Green+Blue) = 123+177+44=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #7BB12C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BB12C is #844ED3. Grayscale: #929292. Windows color (decimal): -8670932 or 2929019. OLE color: 2929019.

HSL color Cylindrical-coordinate representation of color #7BB12C: hue angle of 84.36º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7BB12C is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB12317744-
CMYK0.3100.750.31
HSL84.36º60.18%43.33%-
HSV(B)84.36º75.14%69.41%-
XYZ24.3535.848.02-
YUV145.6970.61111.81-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.76%
GREEN value IS 177 (69.53% from 255) = 51.45%
BLUE value IS 44 (17.58% from 255) = 12.79%
R=35.76%
G=51.45%
B=12.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal123177440.3100.750.3184.3660.1843.33
Hex7BB12C1F04B1F543c2b
Octal17326154370113371247453
Binary1111011101100011011001111101001011111111010100111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,177,44); }

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

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

 a { background-color: rgb(123,177,44); }

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

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

 span { border-color: rgb(123,177,44); }

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