#7EC81F

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

Shades of Lima #7EC81F

Tints of Lima #7EC81F

Color information

#7EC81F (or 0x7EC81F) is unknown color: approx Lima. HEX triplet: 7E, C8 and 1F. RGB value is (126,200,31). Sum of RGB (Red+Green+Blue) = 126+200+31=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 200 (78.52% from 255 or 56.02% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 200 - color contains mainly: green. Hex color #7EC81F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC81F is #8137E0. Grayscale: #9F9F9F. Windows color (decimal): -8468449 or 2082942. OLE color: 2082942.

HSL color Cylindrical-coordinate representation of color #7EC81F: hue angle of 86.27º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7EC81F is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB12620031-
CMYK0.3700.840.22
HSL86.27º73.16%45.29%-
HSV(B)86.27º84.5%78.43%-
XYZ29.5145.848.59-
YUV158.6155.98104.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.29%
GREEN value IS 200 (78.52% from 255) = 56.02%
BLUE value IS 31 (12.5% from 255) = 8.68%
R=35.29%
G=56.02%
B=8.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal126200310.3700.840.2286.2773.1645.29
Hex7EC81F250541656492d
Octal176310374501242612611155
Binary11111101100100011111100101010101001011010101101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,200,31); }

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

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

 a { background-color: rgb(126,200,31); }

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

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

 span { border-color: rgb(126,200,31); }

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