#7EBF0D

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

Shades of Lima #7EBF0D

Tints of Lima #7EBF0D

Color information

#7EBF0D (or 0x7EBF0D) is unknown color: approx Lima. HEX triplet: 7E, BF and 0D. RGB value is (126,191,13). Sum of RGB (Red+Green+Blue) = 126+191+13=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 191 (75% from 255 or 57.88% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBF0D is #8140F2. Grayscale: #979797. Windows color (decimal): -8470771 or 900990. OLE color: 900990.

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

Color convert

RGB12619113-
CMYK0.3400.930.25
HSL81.91º87.25%40%-
HSV(B)81.91º93.19%74.9%-
XYZ27.3141.737-
YUV151.2749.97109.97-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.18%
GREEN value IS 191 (75% from 255) = 57.88%
BLUE value IS 13 (5.47% from 255) = 3.94%
R=38.18%
G=57.88%
B=3.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126191130.3400.930.2581.9187.2540
Hex7EBFD2205D19525728
Octal176277154201353112212750
Binary1111110101111111101100010010111011100110100101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBF0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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