Html Css Color HEX #7EC320 Lima

📋 copy color: '#7EC320'

red 126 ◦ green 195 ◦ blue 32

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

Shades of Lima #7EC320

Tints of Lima #7EC320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.07%

R = 35.69%
G = 55.24%
B = 9.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#7EC320 (or 0x7EC320) is known color: Lima. HEX triplet: 7E, C3 and 20. RGB value is (126,195,32). Sum of RGB (Red+Green+Blue) = 126+195+32=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC320 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC320 is #813CDF. Grayscale: #9C9C9C. Windows color (decimal): -8469728 or 2147198. OLE color: 2147198.

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

Color convert

RGB 126 195 32 -
CMYK 0.35 0 0.84 0.24
HSL 85.4º 0.72% 0.45% -
HSV(B) 85.4º 0.84% 0.76% -
XYZ 28.38 43.57 8.28 -
YUV 155.79 58.14 106.75 -
System Red Green Blue C M Y K H S L
Decimal 126 195 32 0.35 0 0.84 0.24 85.4 0.72 0.45
Hex 7E C3 20 23 0 54 18 55 48 2D
Octal 176 303 40 43 0 124 30 125 110 55
Binary 1111110 11000011 100000 100011 0 1010100 11000 1010101 1001000 101101

Color Harmonies of #7EC320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC320

Black with #7EC320

Text Example


Text Example

White with #7EC320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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