Html Css Color HEX #7EC134 Lima

📋 copy color: '#7EC134'

red 126 ◦ green 193 ◦ blue 52

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

Shades of Lima #7EC134

Tints of Lima #7EC134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.02%

R = 33.96%
G = 52.02%
B = 14.02%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#7EC134 (or 0x7EC134) is known color: Lima. HEX triplet: 7E, C1 and 34. RGB value is (126,193,52). Sum of RGB (Red+Green+Blue) = 126+193+52=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC134 is #813ECB. Grayscale: #9D9D9D. Windows color (decimal): -8470220 or 3457406. OLE color: 3457406.

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

Color convert

RGB 126 193 52 -
CMYK 0.35 0 0.73 0.24
HSL 88.51º 0.58% 0.48% -
HSV(B) 88.51º 0.73% 0.76% -
XYZ 28.29 42.82 10.02 -
YUV 156.89 68.8 105.96 -
System Red Green Blue C M Y K H S L
Decimal 126 193 52 0.35 0 0.73 0.24 88.51 0.58 0.48
Hex 7E C1 34 23 0 49 18 59 3A 30
Octal 176 301 64 43 0 111 30 131 72 60
Binary 1111110 11000001 110100 100011 0 1001001 11000 1011001 111010 110000

Color Harmonies of #7EC134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC134

Black with #7EC134

Text Example


Text Example

White with #7EC134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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