#7ECD1C

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

Shades of Lima #7ECD1C

Tints of Lima #7ECD1C

Color information

#7ECD1C (or 0x7ECD1C) is unknown color: approx Lima. HEX triplet: 7E, CD and 1C. RGB value is (126,205,28). Sum of RGB (Red+Green+Blue) = 126+205+28=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECD1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ECD1C is #8132E3. Grayscale: #A1A1A1. Windows color (decimal): -8467172 or 1887614. OLE color: 1887614.

HSL color Cylindrical-coordinate representation of color #7ECD1C: hue angle of 86.78º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7ECD1C is Cyan = 0.39, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB12620528-
CMYK0.3900.860.20
HSL86.78º75.97%45.69%-
HSV(B)86.78º86.34%80.39%-
XYZ30.6548.188.78-
YUV161.252.83102.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.10%
GREEN value IS 205 (80.47% from 255) = 57.10%
BLUE value IS 28 (11.33% from 255) = 7.80%
R=35.10%
G=57.10%
B=7.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal126205280.3900.860.2086.7875.9745.69
Hex7ECD1C2705614574c2e
Octal176315344701262412711456
Binary11111101100110111100100111010101101010010101111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,205,28); }

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

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

 a { background-color: rgb(126,205,28); }

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

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

 span { border-color: rgb(126,205,28); }

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