Html Css Color HEX #7EC113 Lima

📋 copy color: '#7EC113'

red 126 ◦ green 193 ◦ blue 19

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

Shades of Lima #7EC113

Tints of Lima #7EC113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.62%

R = 37.28%
G = 57.1%
B = 5.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#7EC113 (or 0x7EC113) is known color: Lima. HEX triplet: 7E, C1 and 13. RGB value is (126,193,19). Sum of RGB (Red+Green+Blue) = 126+193+19=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC113 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC113 is #813EEC. Grayscale: #999999. Windows color (decimal): -8470253 or 1294718. OLE color: 1294718.

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

Color convert

RGB 126 193 19 -
CMYK 0.35 0 0.90 0.24
HSL 83.1º 0.82% 0.42% -
HSV(B) 83.1º 0.9% 0.76% -
XYZ 27.79 42.62 7.38 -
YUV 153.13 52.3 108.65 -
System Red Green Blue C M Y K H S L
Decimal 126 193 19 0.35 0 0.90 0.24 83.1 0.82 0.42
Hex 7E C1 13 23 0 5A 18 53 52 2A
Octal 176 301 23 43 0 132 30 123 122 52
Binary 1111110 11000001 10011 100011 0 1011010 11000 1010011 1010010 101010

Color Harmonies of #7EC113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC113

Black with #7EC113

Text Example


Text Example

White with #7EC113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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