#7ebd3a

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

Shades of Lima #7EBD3A

Tints of Lima #7EBD3A

Color information

#7EBD3A (or 0x7EBD3A) is unknown color: approx Lima. HEX triplet: 7E, BD and 3A. RGB value is (126,189,58). Sum of RGB (Red+Green+Blue) = 126+189+58=373 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.78% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBD3A is #8142C5. Grayscale: #9B9B9B. Windows color (decimal): -8471238 or 3849598. OLE color: 3849598.

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

Color convert

RGB12618958-
CMYK0.3300.690.26
HSL88.85º53.04%48.43%-
HSV(B)88.85º69.31%74.12%-
XYZ27.5741.1410.49-
YUV155.2373.13107.15-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.78%
GREEN value IS 189 (74.22% from 255) = 50.67%
BLUE value IS 58 (23.05% from 255) = 15.55%
R=33.78%
G=50.67%
B=15.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126189580.3300.690.2688.8553.0448.43
Hex7EBD3A210451A593530
Octal17627572410105321316560
Binary11111101011110111101010000101000101110101011001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ebd3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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