#7EA30E

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

Shades of Lima #7EA30E

Tints of Lima #7EA30E

Color information

#7EA30E (or 0x7EA30E) is unknown color: approx Lima. HEX triplet: 7E, A3 and 0E. RGB value is (126,163,14). Sum of RGB (Red+Green+Blue) = 126+163+14=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 163 (64.06% from 255 or 53.80% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA30E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA30E is #815CF1. Grayscale: #878787. Windows color (decimal): -8477938 or 959358. OLE color: 959358.

HSL color Cylindrical-coordinate representation of color #7EA30E: hue angle of 74.9º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7EA30E is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB12616314-
CMYK0.2300.910.36
HSL74.9º84.18%34.71%-
HSV(B)74.9º91.41%63.92%-
XYZ21.7830.665.19-
YUV134.9559.74121.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.58%
GREEN value IS 163 (64.06% from 255) = 53.80%
BLUE value IS 14 (5.86% from 255) = 4.62%
R=41.58%
G=53.80%
B=4.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal126163140.2300.910.3674.984.1834.71
Hex7EA3E1705B244b5423
Octal176243162701334411312443
Binary1111110101000111110101110101101110010010010111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,163,14); }

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

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

 a { background-color: rgb(126,163,14); }

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

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

 span { border-color: rgb(126,163,14); }

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