#7BC00E

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

Shades of Lima #7BC00E

Tints of Lima #7BC00E

Color information

#7BC00E (or 0x7BC00E) is unknown color: approx Lima. HEX triplet: 7B, C0 and 0E. RGB value is (123,192,14). Sum of RGB (Red+Green+Blue) = 123+192+14=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC00E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BC00E is #843FF1. Grayscale: #979797. Windows color (decimal): -8667122 or 966779. OLE color: 966779.

HSL color Cylindrical-coordinate representation of color #7BC00E: hue angle of 83.26º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7BC00E is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB12319214-
CMYK0.3600.930.25
HSL83.26º86.41%40.39%-
HSV(B)83.26º92.71%75.29%-
XYZ27.141.947.08-
YUV151.0850.64107.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.39%
GREEN value IS 192 (75.39% from 255) = 58.36%
BLUE value IS 14 (5.86% from 255) = 4.26%
R=37.39%
G=58.36%
B=4.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal123192140.3600.930.2583.2686.4140.39
Hex7BC0E2405D19535628
Octal173300164401353112312650
Binary1111011110000001110100100010111011100110100111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,192,14); }

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

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

 a { background-color: rgb(123,192,14); }

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

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

 span { border-color: rgb(123,192,14); }

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