#7EB712

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

Shades of Lima #7EB712

Tints of Lima #7EB712

Color information

#7EB712 (or 0x7EB712) is unknown color: approx Lima. HEX triplet: 7E, B7 and 12. RGB value is (126,183,18). Sum of RGB (Red+Green+Blue) = 126+183+18=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 183 (71.88% from 255 or 55.96% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 183 - color contains mainly: green. Hex color #7EB712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB712 is #8148ED. Grayscale: #939393. Windows color (decimal): -8472814 or 1226622. OLE color: 1226622.

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

Color convert

RGB12618318-
CMYK0.3100.900.28
HSL80.73º82.09%39.41%-
HSV(B)80.73º90.16%71.76%-
XYZ25.6538.356.62-
YUV147.1555.12112.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.53%
GREEN value IS 183 (71.88% from 255) = 55.96%
BLUE value IS 18 (7.42% from 255) = 5.50%
R=38.53%
G=55.96%
B=5.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal126183180.3100.900.2880.7382.0939.41
Hex7EB7121F05A1C515227
Octal176267223701323412112247
Binary1111110101101111001011111010110101110010100011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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