#7BC210

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

Shades of Lima #7BC210

Tints of Lima #7BC210

Color information

#7BC210 (or 0x7BC210) is unknown color: approx Lima. HEX triplet: 7B, C2 and 10. RGB value is (123,194,16). Sum of RGB (Red+Green+Blue) = 123+194+16=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 194 (76.17% from 255 or 58.26% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC210 is #843DEF. Grayscale: #999999. Windows color (decimal): -8666608 or 1098363. OLE color: 1098363.

HSL color Cylindrical-coordinate representation of color #7BC210: hue angle of 83.93º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7BC210 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB12319416-
CMYK0.3700.920.24
HSL83.93º84.76%41.18%-
HSV(B)83.93º91.75%76.08%-
XYZ27.5542.837.31-
YUV152.4850.98106.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.94%
GREEN value IS 194 (76.17% from 255) = 58.26%
BLUE value IS 16 (6.64% from 255) = 4.80%
R=36.94%
G=58.26%
B=4.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal123194160.3700.920.2483.9384.7641.18
Hex7BC2102505C18545529
Octal173302204501343012412551
Binary11110111100001010000100101010111001100010101001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,194,16); }

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

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

 a { background-color: rgb(123,194,16); }

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

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

 span { border-color: rgb(123,194,16); }

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