#7EB71E

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

Shades of Lima #7EB71E

Tints of Lima #7EB71E

Color information

#7EB71E (or 0x7EB71E) is unknown color: approx Lima. HEX triplet: 7E, B7 and 1E. RGB value is (126,183,30). Sum of RGB (Red+Green+Blue) = 126+183+30=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #7EB71E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB71E is #8148E1. Grayscale: #959595. Windows color (decimal): -8472802 or 2013054. OLE color: 2013054.

HSL color Cylindrical-coordinate representation of color #7EB71E: hue angle of 82.35º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7EB71E is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB12618330-
CMYK0.3100.840.28
HSL82.35º71.83%41.76%-
HSV(B)82.35º83.61%71.76%-
XYZ25.7738.47.28-
YUV148.5161.12111.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.17%
GREEN value IS 183 (71.88% from 255) = 53.98%
BLUE value IS 30 (12.11% from 255) = 8.85%
R=37.17%
G=53.98%
B=8.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal126183300.3100.840.2882.3571.8341.76
Hex7EB71E1F0541C52482a
Octal176267363701243412211052
Binary1111110101101111111011111010101001110010100101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,183,30); }

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

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

 a { background-color: rgb(126,183,30); }

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

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

 span { border-color: rgb(126,183,30); }

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