#7EB93C

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

Shades of Lima #7EB93C

Tints of Lima #7EB93C

Color information

#7EB93C (or 0x7EB93C) is unknown color: approx Lima. HEX triplet: 7E, B9 and 3C. RGB value is (126,185,60). Sum of RGB (Red+Green+Blue) = 126+185+60=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #7EB93C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB93C is #8146C3. Grayscale: #999999. Windows color (decimal): -8472260 or 3979646. OLE color: 3979646.

HSL color Cylindrical-coordinate representation of color #7EB93C: hue angle of 88.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7EB93C is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB12618560-
CMYK0.3200.680.27
HSL88.32º51.02%48.04%-
HSV(B)88.32º67.57%72.55%-
XYZ26.7739.4610.48-
YUV153.1175.45108.66-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.96%
GREEN value IS 185 (72.66% from 255) = 49.87%
BLUE value IS 60 (23.83% from 255) = 16.17%
R=33.96%
G=49.87%
B=16.17%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126185600.3200.680.2788.3251.0248.04
Hex7EB93C200441B583330
Octal17627174400104331306360
Binary11111101011100111110010000001000100110111011000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,185,60); }

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

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

 a { background-color: rgb(126,185,60); }

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

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

 span { border-color: rgb(126,185,60); }

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