#7BC202

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

Shades of Lima #7BC202

Tints of Lima #7BC202

Color information

#7BC202 (or 0x7BC202) is unknown color: approx Lima. HEX triplet: 7B, C2 and 02. RGB value is (123,194,2). Sum of RGB (Red+Green+Blue) = 123+194+2=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC202 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC202 is #843DFD. Grayscale: #979797. Windows color (decimal): -8666622 or 180859. OLE color: 180859.

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

Color convert

RGB1231942-
CMYK0.3700.990.24
HSL82.19º97.96%38.43%-
HSV(B)82.19º98.97%76.08%-
XYZ27.4742.86.87-
YUV150.8843.98108.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.56%
GREEN value IS 194 (76.17% from 255) = 60.82%
BLUE value IS 2 (1.17% from 255) = 0.63%
R=38.56%
G=60.82%
B=0.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal12319420.3700.990.2482.1997.9638.43
Hex7BC222506318526226
Octal17330224501433012214246
Binary11110111100001010100101011000111100010100101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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