#7BC537

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

Shades of Lima #7BC537

Tints of Lima #7BC537

Color information

#7BC537 (or 0x7BC537) is unknown color: approx Lima. HEX triplet: 7B, C5 and 37. RGB value is (123,197,55). Sum of RGB (Red+Green+Blue) = 123+197+55=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 197 (77.34% from 255 or 52.53% from 375); Blue value is 55 (21.88% from 255 or 14.67% from 375); Max value from RGB is 197 - color contains mainly: green. Hex color #7BC537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC537 is #843AC8. Grayscale: #9F9F9F. Windows color (decimal): -8665801 or 3655035. OLE color: 3655035.

HSL color Cylindrical-coordinate representation of color #7BC537: hue angle of 91.27º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7BC537 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB12319755-
CMYK0.3800.720.23
HSL91.27º56.35%49.41%-
HSV(B)91.27º72.08%77.25%-
XYZ28.8244.4210.67-
YUV158.6969.48102.55-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.8%
GREEN value IS 197 (77.34% from 255) = 52.53%
BLUE value IS 55 (21.88% from 255) = 14.67%
R=32.8%
G=52.53%
B=14.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal123197550.3800.720.2391.2756.3549.41
Hex7BC53726048175b3831
Octal17330567460110271337061
Binary11110111100010111011110011001001000101111011011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,197,55); }

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

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

 a { background-color: rgb(123,197,55); }

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

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

 span { border-color: rgb(123,197,55); }

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