Html Css Color HEX #7EC332 Lima

📋 copy color: '#7EC332'

red 126 ◦ green 195 ◦ blue 50

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

Shades of Lima #7EC332

Tints of Lima #7EC332

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.56%

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

R = 33.96%
G = 52.56%
B = 13.48%

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

#7EC332 (or 0x7EC332) is known color: Lima. HEX triplet: 7E, C3 and 32. RGB value is (126,195,50). Sum of RGB (Red+Green+Blue) = 126+195+50=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC332 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC332 is #813CCD. Grayscale: #9E9E9E. Windows color (decimal): -8469710 or 3326846. OLE color: 3326846.

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

Color convert

RGB 126 195 50 -
CMYK 0.35 0 0.74 0.24
HSL 88.55º 0.59% 0.48% -
HSV(B) 88.55º 0.74% 0.76% -
XYZ 28.7 43.7 9.94 -
YUV 157.84 67.14 105.29 -
System Red Green Blue C M Y K H S L
Decimal 126 195 50 0.35 0 0.74 0.24 88.55 0.59 0.48
Hex 7E C3 32 23 0 4A 18 59 3B 30
Octal 176 303 62 43 0 112 30 131 73 60
Binary 1111110 11000011 110010 100011 0 1001010 11000 1011001 111011 110000

Color Harmonies of #7EC332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC332

Black with #7EC332

Text Example


Text Example

White with #7EC332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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