#7EBA00

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

Shades of Lima #7EBA00

Tints of Lima #7EBA00

Color information

#7EBA00 (or 0x7EBA00) is unknown color: approx Lima. HEX triplet: 7E, BA and 00. RGB value is (126,186,0). Sum of RGB (Red+Green+Blue) = 126+186+0=312 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.38% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBA00 is #8145FF. Grayscale: #939393. Windows color (decimal): -8472064 or 47742. OLE color: 47742.

HSL color Cylindrical-coordinate representation of color #7EBA00: hue angle of 79.35º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7EBA00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1261860-
CMYK0.32010.27
HSL79.35º100%36.47%-
HSV(B)79.35º100%72.94%-
XYZ26.1639.556.26-
YUV146.8645.12113.12-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.38%
GREEN value IS 186 (73.05% from 255) = 59.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.38%
G=59.62%
B=0%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12618600.32010.2779.3510036.47
Hex7EBA0200641B4f6424
Octal17627204001443311714444
Binary1111110101110100100000011001001101110011111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,186,0); }

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

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

 a { background-color: rgb(126,186,0); }

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

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

 span { border-color: rgb(126,186,0); }

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