#7EBF12

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

Shades of Lima #7EBF12

Tints of Lima #7EBF12

Color information

#7EBF12 (or 0x7EBF12) is unknown color: approx Lima. HEX triplet: 7E, BF and 12. RGB value is (126,191,18). Sum of RGB (Red+Green+Blue) = 126+191+18=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 191 (75% from 255 or 57.01% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBF12 is #8140ED. Grayscale: #989898. Windows color (decimal): -8470766 or 1228670. OLE color: 1228670.

HSL color Cylindrical-coordinate representation of color #7EBF12: hue angle of 82.54º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7EBF12 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB12619118-
CMYK0.3400.910.25
HSL82.54º82.78%40.98%-
HSV(B)82.54º90.58%74.9%-
XYZ27.3441.747.19-
YUV151.8452.47109.57-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.61%
GREEN value IS 191 (75% from 255) = 57.01%
BLUE value IS 18 (7.42% from 255) = 5.37%
R=37.61%
G=57.01%
B=5.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126191180.3400.910.2582.5482.7840.98
Hex7EBF122205B19535329
Octal176277224201333112312351
Binary11111101011111110010100010010110111100110100111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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