Html Css Color HEX #7EC000 Lima

📋 copy color: '#7EC000'

red 126 ◦ green 192 ◦ blue 0

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

Shades of Lima #7EC000

Tints of Lima #7EC000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.62%
G = 60.38%
B = 0%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#7EC000 (or 0x7EC000) is known color: Lima. HEX triplet: 7E, C0 and 00. RGB value is (126,192,0). Sum of RGB (Red+Green+Blue) = 126+192+0=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC000 is #813FFF. Grayscale: #979797. Windows color (decimal): -8470528 or 49278. OLE color: 49278.

HSL color Cylindrical-coordinate representation of color #7EC000: hue angle of 80.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7EC000 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 192 0 -
CMYK 0.34 0 1 0.25
HSL 80.63º 1% 0.38% -
HSV(B) 80.63º 1% 0.75% -
XYZ 27.45 42.13 6.69 -
YUV 150.38 43.13 110.61 -
System Red Green Blue C M Y K H S L
Decimal 126 192 0 0.34 0 1 0.25 80.63 1 0.38
Hex 7E C0 0 22 0 64 19 51 64 26
Octal 176 300 0 42 0 144 31 121 144 46
Binary 1111110 11000000 0 100010 0 1100100 11001 1010001 1100100 100110

Color Harmonies of #7EC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC000

Black with #7EC000

Text Example


Text Example

White with #7EC000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,192,0); }

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

background-color css

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

 a { background-color: rgb(126,192,0); }

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

border-color css

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

 span { border-color: rgb(126,192,0); }

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