Html Css Color HEX #7EC206 Lima

📋 copy color: '#7EC206'

red 126 ◦ green 194 ◦ blue 6

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

Shades of Lima #7EC206

Tints of Lima #7EC206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.84%

R = 38.65%
G = 59.51%
B = 1.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#7EC206 (or 0x7EC206) is known color: Lima. HEX triplet: 7E, C2 and 06. RGB value is (126,194,6). Sum of RGB (Red+Green+Blue) = 126+194+6=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 194 (76.17% from 255 or 59.51% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC206 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC206 is #813DF9. Grayscale: #989898. Windows color (decimal): -8470010 or 443006. OLE color: 443006.

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

Color convert

RGB 126 194 6 -
CMYK 0.35 0 0.97 0.24
HSL 81.7º 0.94% 0.39% -
HSV(B) 81.7º 0.97% 0.76% -
XYZ 27.93 43.03 7.01 -
YUV 152.24 45.47 109.29 -
System Red Green Blue C M Y K H S L
Decimal 126 194 6 0.35 0 0.97 0.24 81.7 0.94 0.39
Hex 7E C2 6 23 0 61 18 52 5E 27
Octal 176 302 6 43 0 141 30 122 136 47
Binary 1111110 11000010 110 100011 0 1100001 11000 1010010 1011110 100111

Color Harmonies of #7EC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC206

Black with #7EC206

Text Example


Text Example

White with #7EC206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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