Html Css Color HEX #7EC322 Lima

📋 copy color: '#7EC322'

red 126 ◦ green 195 ◦ blue 34

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

Shades of Lima #7EC322

Tints of Lima #7EC322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.58%

R = 35.49%
G = 54.93%
B = 9.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#7EC322 (or 0x7EC322) is known color: Lima. HEX triplet: 7E, C3 and 22. RGB value is (126,195,34). Sum of RGB (Red+Green+Blue) = 126+195+34=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC322 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC322 is #813CDD. Grayscale: #9C9C9C. Windows color (decimal): -8469726 or 2278270. OLE color: 2278270.

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

Color convert

RGB 126 195 34 -
CMYK 0.35 0 0.83 0.24
HSL 85.71º 0.7% 0.45% -
HSV(B) 85.71º 0.83% 0.76% -
XYZ 28.41 43.58 8.43 -
YUV 156.02 59.14 106.59 -
System Red Green Blue C M Y K H S L
Decimal 126 195 34 0.35 0 0.83 0.24 85.71 0.7 0.45
Hex 7E C3 22 23 0 53 18 56 46 2D
Octal 176 303 42 43 0 123 30 126 106 55
Binary 1111110 11000011 100010 100011 0 1010011 11000 1010110 1000110 101101

Color Harmonies of #7EC322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC322

Black with #7EC322

Text Example


Text Example

White with #7EC322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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