Html Css Color HEX #7EC801 Lima

📋 copy color: '#7EC801'

red 126 ◦ green 200 ◦ blue 1

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

Shades of Lima #7EC801

Tints of Lima #7EC801

RGB

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

 GREEN value IS 200 (78.52% from 255) = 61.16%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 38.53%
G = 61.16%
B = 0.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#7EC801 (or 0x7EC801) is known color: Lima. HEX triplet: 7E, C8 and 01. RGB value is (126,200,1). Sum of RGB (Red+Green+Blue) = 126+200+1=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 200 (78.52% from 255 or 61.16% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 200 - color contains mainly: green. Hex color #7EC801 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC801 is #8137FE. Grayscale: #9B9B9B. Windows color (decimal): -8468479 or 116862. OLE color: 116862.

HSL color Cylindrical-coordinate representation of color #7EC801: hue angle of 82.31º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7EC801 is Cyan = 0.37, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 126 200 1 -
CMYK 0.37 0 1.00 0.22
HSL 82.31º 0.99% 0.39% -
HSV(B) 82.31º 1% 0.78% -
XYZ 29.26 45.75 7.32 -
YUV 155.19 40.98 107.18 -
System Red Green Blue C M Y K H S L
Decimal 126 200 1 0.37 0 1.00 0.22 82.31 0.99 0.39
Hex 7E C8 1 25 0 64 16 52 63 27
Octal 176 310 1 45 0 144 26 122 143 47
Binary 1111110 11001000 1 100101 0 1100100 10110 1010010 1100011 100111

Color Harmonies of #7EC801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC801

Black with #7EC801

Text Example


Text Example

White with #7EC801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,200,1); }

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

background-color css

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

 a { background-color: rgb(126,200,1); }

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

border-color css

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

 span { border-color: rgb(126,200,1); }

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