Html Css Color HEX #7EC116 Lima

📋 copy color: '#7EC116'

red 126 ◦ green 193 ◦ blue 22

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

Shades of Lima #7EC116

Tints of Lima #7EC116

RGB

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

 GREEN value IS 193 (75.78% from 255) = 56.6%

 BLUE value IS 22 (8.98% from 255) = 6.45%

R = 36.95%
G = 56.6%
B = 6.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#7EC116 (or 0x7EC116) is known color: Lima. HEX triplet: 7E, C1 and 16. RGB value is (126,193,22). Sum of RGB (Red+Green+Blue) = 126+193+22=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC116 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC116 is #813EE9. Grayscale: #9A9A9A. Windows color (decimal): -8470250 or 1491326. OLE color: 1491326.

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

Color convert

RGB 126 193 22 -
CMYK 0.35 0 0.89 0.24
HSL 83.51º 0.8% 0.42% -
HSV(B) 83.51º 0.89% 0.76% -
XYZ 27.82 42.63 7.52 -
YUV 153.47 53.8 108.4 -
System Red Green Blue C M Y K H S L
Decimal 126 193 22 0.35 0 0.89 0.24 83.51 0.8 0.42
Hex 7E C1 16 23 0 59 18 54 50 2A
Octal 176 301 26 43 0 131 30 124 120 52
Binary 1111110 11000001 10110 100011 0 1011001 11000 1010100 1010000 101010

Color Harmonies of #7EC116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC116

Black with #7EC116

Text Example


Text Example

White with #7EC116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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