#7ED10C

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

Shades of Lima #7ED10C

Tints of Lima #7ED10C

Color information

#7ED10C (or 0x7ED10C) is unknown color: approx Lima. HEX triplet: 7E, D1 and 0C. RGB value is (126,209,12). Sum of RGB (Red+Green+Blue) = 126+209+12=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 209 (82.03% from 255 or 60.23% from 347); Blue value is 12 (5.08% from 255 or 3.46% from 347); Max value from RGB is 209 - color contains mainly: green. Hex color #7ED10C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED10C is #812EF3. Grayscale: #A2A2A2. Windows color (decimal): -8466164 or 840062. OLE color: 840062.

HSL color Cylindrical-coordinate representation of color #7ED10C: hue angle of 85.28º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7ED10C is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB12620912-
CMYK0.4000.940.18
HSL85.28º89.14%43.33%-
HSV(B)85.28º94.26%81.96%-
XYZ31.4750.068.35-
YUV161.7243.5102.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.31%
GREEN value IS 209 (82.03% from 255) = 60.23%
BLUE value IS 12 (5.08% from 255) = 3.46%
R=36.31%
G=60.23%
B=3.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal126209120.4000.940.1885.2889.1443.33
Hex7ED1C2805E1255592b
Octal176321145001362212513153
Binary1111110110100011100101000010111101001010101011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,209,12); }

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

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

 a { background-color: rgb(126,209,12); }

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

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

 span { border-color: rgb(126,209,12); }

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