#7EC11C

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

Shades of Lima #7EC11C

Tints of Lima #7EC11C

Color information

#7EC11C (or 0x7EC11C) is unknown color: approx Lima. HEX triplet: 7E, C1 and 1C. RGB value is (126,193,28). Sum of RGB (Red+Green+Blue) = 126+193+28=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 193 (75.78% from 255 or 55.62% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC11C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC11C is #813EE3. Grayscale: #9A9A9A. Windows color (decimal): -8470244 or 1884542. OLE color: 1884542.

HSL color Cylindrical-coordinate representation of color #7EC11C: hue angle of 84.36º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7EC11C is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB12619328-
CMYK0.3500.850.24
HSL84.36º74.66%43.33%-
HSV(B)84.36º85.49%75.69%-
XYZ27.8842.667.86-
YUV154.1656.8107.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.31%
GREEN value IS 193 (75.78% from 255) = 55.62%
BLUE value IS 28 (11.33% from 255) = 8.07%
R=36.31%
G=55.62%
B=8.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal126193280.3500.850.2484.3674.6643.33
Hex7EC11C2305518544b2b
Octal176301344301253012411353
Binary11111101100000111100100011010101011100010101001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,193,28); }

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

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

 a { background-color: rgb(126,193,28); }

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

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

 span { border-color: rgb(126,193,28); }

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