Html Css Color HEX #7EC205 Lima

📋 copy color: '#7EC205'

red 126 ◦ green 194 ◦ blue 5

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

Shades of Lima #7EC205

Tints of Lima #7EC205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 38.77%
G = 59.69%
B = 1.54%

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

#7EC205 (or 0x7EC205) is known color: Lima. HEX triplet: 7E, C2 and 05. RGB value is (126,194,5). Sum of RGB (Red+Green+Blue) = 126+194+5=325 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.77% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC205 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC205 is #813DFA. Grayscale: #989898. Windows color (decimal): -8470011 or 377470. OLE color: 377470.

HSL color Cylindrical-coordinate representation of color #7EC205: hue angle of 81.59º degrees, saturation: 0.95, 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 #7EC205 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 126 194 5 -
CMYK 0.35 0 0.97 0.24
HSL 81.59º 0.95% 0.39% -
HSV(B) 81.59º 0.97% 0.76% -
XYZ 27.92 43.03 6.98 -
YUV 152.12 44.97 109.37 -
System Red Green Blue C M Y K H S L
Decimal 126 194 5 0.35 0 0.97 0.24 81.59 0.95 0.39
Hex 7E C2 5 23 0 61 18 52 5F 27
Octal 176 302 5 43 0 141 30 122 137 47
Binary 1111110 11000010 101 100011 0 1100001 11000 1010010 1011111 100111

Color Harmonies of #7EC205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC205

Black with #7EC205

Text Example


Text Example

White with #7EC205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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