#7ECA1A

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

Shades of Lima #7ECA1A

Tints of Lima #7ECA1A

Color information

#7ECA1A (or 0x7ECA1A) is unknown color: approx Lima. HEX triplet: 7E, CA and 1A. RGB value is (126,202,26). Sum of RGB (Red+Green+Blue) = 126+202+26=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #7ECA1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ECA1A is #8135E5. Grayscale: #9F9F9F. Windows color (decimal): -8467942 or 1755774. OLE color: 1755774.

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

Color convert

RGB12620226-
CMYK0.3800.870.21
HSL85.91º77.19%44.71%-
HSV(B)85.91º87.13%79.22%-
XYZ29.9146.758.42-
YUV159.2152.82104.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.59%
GREEN value IS 202 (79.30% from 255) = 57.06%
BLUE value IS 26 (10.55% from 255) = 7.34%
R=35.59%
G=57.06%
B=7.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal126202260.3800.870.2185.9177.1944.71
Hex7ECA1A2605715564d2d
Octal176312324601272512611555
Binary11111101100101011010100110010101111010110101101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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