#7BCC11

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

Shades of Lima #7BCC11

Tints of Lima #7BCC11

Color information

#7BCC11 (or 0x7BCC11) is unknown color: approx Lima. HEX triplet: 7B, CC and 11. RGB value is (123,204,17). Sum of RGB (Red+Green+Blue) = 123+204+17=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 204 (80.08% from 255 or 59.30% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 204 - color contains mainly: green. Hex color #7BCC11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCC11 is #8433EE. Grayscale: #9F9F9F. Windows color (decimal): -8664047 or 1166459. OLE color: 1166459.

HSL color Cylindrical-coordinate representation of color #7BCC11: hue angle of 85.99º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7BCC11 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB12320417-
CMYK0.4000.920.2
HSL85.99º84.62%43.33%-
HSV(B)85.99º91.67%80%-
XYZ29.8647.448.11-
YUV158.4648.16102.71-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.76%
GREEN value IS 204 (80.08% from 255) = 59.30%
BLUE value IS 17 (7.03% from 255) = 4.94%
R=35.76%
G=59.30%
B=4.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal123204170.4000.920.285.9984.6243.33
Hex7BCC112805C1456552b
Octal173314215001342412612553
Binary11110111100110010001101000010111001010010101101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,204,17); }

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

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

 a { background-color: rgb(123,204,17); }

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

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

 span { border-color: rgb(123,204,17); }

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