Html Css Color HEX #7EC232 Lima

📋 copy color: '#7EC232'

red 126 ◦ green 194 ◦ blue 50

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

Shades of Lima #7EC232

Tints of Lima #7EC232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.51%

R = 34.05%
G = 52.43%
B = 13.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#7EC232 (or 0x7EC232) is known color: Lima. HEX triplet: 7E, C2 and 32. RGB value is (126,194,50). Sum of RGB (Red+Green+Blue) = 126+194+50=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC232 is #813DCD. Grayscale: #9D9D9D. Windows color (decimal): -8469966 or 3326590. OLE color: 3326590.

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

Color convert

RGB 126 194 50 -
CMYK 0.35 0 0.74 0.24
HSL 88.33º 0.59% 0.48% -
HSV(B) 88.33º 0.74% 0.76% -
XYZ 28.47 43.25 9.86 -
YUV 157.25 67.47 105.71 -
System Red Green Blue C M Y K H S L
Decimal 126 194 50 0.35 0 0.74 0.24 88.33 0.59 0.48
Hex 7E C2 32 23 0 4A 18 58 3B 30
Octal 176 302 62 43 0 112 30 130 73 60
Binary 1111110 11000010 110010 100011 0 1001010 11000 1011000 111011 110000

Color Harmonies of #7EC232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC232

Black with #7EC232

Text Example


Text Example

White with #7EC232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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