Html Css Color HEX #7EC20E Lima

📋 copy color: '#7EC20E'

red 126 ◦ green 194 ◦ blue 14

#7EC20E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7EC20E

Tints of Lima #7EC20E

RGB

 RED value IS 126 (49.61% from 255) = 37.72%

 GREEN value IS 194 (76.17% from 255) = 58.08%

 BLUE value IS 14 (5.86% from 255) = 4.19%

R = 37.72%
G = 58.08%
B = 4.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#7EC20E (or 0x7EC20E) is known color: Lima. HEX triplet: 7E, C2 and 0E. RGB value is (126,194,14). Sum of RGB (Red+Green+Blue) = 126+194+14=334 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.72% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC20E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC20E is #813DF1. Grayscale: #999999. Windows color (decimal): -8470002 or 967294. OLE color: 967294.

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

Color convert

RGB 126 194 14 -
CMYK 0.35 0 0.93 0.24
HSL 82.67º 0.87% 0.41% -
HSV(B) 82.67º 0.93% 0.76% -
XYZ 27.98 43.05 7.25 -
YUV 153.15 49.47 108.64 -
System Red Green Blue C M Y K H S L
Decimal 126 194 14 0.35 0 0.93 0.24 82.67 0.87 0.41
Hex 7E C2 E 23 0 5D 18 53 57 29
Octal 176 302 16 43 0 135 30 123 127 51
Binary 1111110 11000010 1110 100011 0 1011101 11000 1010011 1010111 101001

Color Harmonies of #7EC20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC20E

Black with #7EC20E

Text Example


Text Example

White with #7EC20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7EC20E;
 }
 .AnyTagClassName
 {
   color: #7EC20E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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