#7EBD0E

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

Shades of Lima #7EBD0E

Tints of Lima #7EBD0E

Color information

#7EBD0E (or 0x7EBD0E) is unknown color: approx Lima. HEX triplet: 7E, BD and 0E. RGB value is (126,189,14). Sum of RGB (Red+Green+Blue) = 126+189+14=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 189 (74.22% from 255 or 57.45% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBD0E is #8142F1. Grayscale: #969696. Windows color (decimal): -8471282 or 966014. OLE color: 966014.

HSL color Cylindrical-coordinate representation of color #7EBD0E: hue angle of 81.6º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7EBD0E is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB12618914-
CMYK0.3300.930.26
HSL81.6º86.21%39.8%-
HSV(B)81.6º92.59%74.12%-
XYZ26.8840.866.89-
YUV150.2151.13110.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.30%
GREEN value IS 189 (74.22% from 255) = 57.45%
BLUE value IS 14 (5.86% from 255) = 4.26%
R=38.30%
G=57.45%
B=4.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126189140.3300.930.2681.686.2139.8
Hex7EBDE2105D1A525628
Octal176275164101353212212650
Binary1111110101111011110100001010111011101010100101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,189,14); }

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

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

 a { background-color: rgb(126,189,14); }

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

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

 span { border-color: rgb(126,189,14); }

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