#7EC21C

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

Shades of Lima #7EC21C

Tints of Lima #7EC21C

Color information

#7EC21C (or 0x7EC21C) is unknown color: approx Lima. HEX triplet: 7E, C2 and 1C. RGB value is (126,194,28). Sum of RGB (Red+Green+Blue) = 126+194+28=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 194 (76.17% from 255 or 55.75% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC21C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC21C is #813DE3. Grayscale: #9B9B9B. Windows color (decimal): -8469988 or 1884798. OLE color: 1884798.

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

Color convert

RGB12619428-
CMYK0.3500.860.24
HSL84.58º74.77%43.53%-
HSV(B)84.58º85.57%76.08%-
XYZ28.1143.17.94-
YUV154.7456.47107.5-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.21%
GREEN value IS 194 (76.17% from 255) = 55.75%
BLUE value IS 28 (11.33% from 255) = 8.05%
R=36.21%
G=55.75%
B=8.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal126194280.3500.860.2484.5874.7743.53
Hex7EC21C2305618554b2c
Octal176302344301263012511354
Binary11111101100001011100100011010101101100010101011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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