#7CC50E

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

Shades of Lima #7CC50E

Tints of Lima #7CC50E

Color information

#7CC50E (or 0x7CC50E) is unknown color: approx Lima. HEX triplet: 7C, C5 and 0E. RGB value is (124,197,14). Sum of RGB (Red+Green+Blue) = 124+197+14=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC50E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CC50E is #833AF1. Grayscale: #9A9A9A. Windows color (decimal): -8600306 or 968060. OLE color: 968060.

HSL color Cylindrical-coordinate representation of color #7CC50E: hue angle of 83.93º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7CC50E is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB12419714-
CMYK0.3700.930.23
HSL83.93º86.73%41.37%-
HSV(B)83.93º92.89%77.25%-
XYZ28.3644.257.46-
YUV154.3148.82106.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.01%
GREEN value IS 197 (77.34% from 255) = 58.81%
BLUE value IS 14 (5.86% from 255) = 4.18%
R=37.01%
G=58.81%
B=4.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal124197140.3700.930.2383.9386.7341.37
Hex7CC5E2505D17545729
Octal174305164501352712412751
Binary1111100110001011110100101010111011011110101001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,197,14); }

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

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

 a { background-color: rgb(124,197,14); }

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

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

 span { border-color: rgb(124,197,14); }

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