#7ECA0D

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

Shades of Lima #7ECA0D

Tints of Lima #7ECA0D

Color information

#7ECA0D (or 0x7ECA0D) is unknown color: approx Lima. HEX triplet: 7E, CA and 0D. RGB value is (126,202,13). Sum of RGB (Red+Green+Blue) = 126+202+13=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ECA0D is #8135F2. Grayscale: #9E9E9E. Windows color (decimal): -8467955 or 903806. OLE color: 903806.

HSL color Cylindrical-coordinate representation of color #7ECA0D: hue angle of 84.13º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7ECA0D is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB12620213-
CMYK0.3800.940.21
HSL84.13º87.91%42.16%-
HSV(B)84.13º93.56%79.22%-
XYZ29.846.717.83-
YUV157.7346.32105.37-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.95%
GREEN value IS 202 (79.30% from 255) = 59.24%
BLUE value IS 13 (5.47% from 255) = 3.81%
R=36.95%
G=59.24%
B=3.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal126202130.3800.940.2184.1387.9142.16
Hex7ECAD2605E1554582a
Octal176312154601362512413052
Binary1111110110010101101100110010111101010110101001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,202,13); }

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

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

 a { background-color: rgb(126,202,13); }

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

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

 span { border-color: rgb(126,202,13); }

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