#7EBF2A

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

Shades of Lima #7EBF2A

Tints of Lima #7EBF2A

Color information

#7EBF2A (or 0x7EBF2A) is unknown color: approx Lima. HEX triplet: 7E, BF and 2A. RGB value is (126,191,42). Sum of RGB (Red+Green+Blue) = 126+191+42=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 191 (75% from 255 or 53.20% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBF2A is #8140D5. Grayscale: #9B9B9B. Windows color (decimal): -8470742 or 2801534. OLE color: 2801534.

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

Color convert

RGB12619142-
CMYK0.3400.780.25
HSL86.17º63.95%45.69%-
HSV(B)86.17º78.01%74.9%-
XYZ27.6541.868.81-
YUV154.5864.47107.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.10%
GREEN value IS 191 (75% from 255) = 53.20%
BLUE value IS 42 (16.80% from 255) = 11.70%
R=35.10%
G=53.20%
B=11.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126191420.3400.780.2586.1763.9545.69
Hex7EBF2A2204E1956402e
Octal176277524201163112610056
Binary111111010111111101010100010010011101100110101101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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