Html Css Color HEX #7EC022 Lima

📋 copy color: '#7EC022'

red 126 ◦ green 192 ◦ blue 34

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

Shades of Lima #7EC022

Tints of Lima #7EC022

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.55%

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

R = 35.8%
G = 54.55%
B = 9.66%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#7EC022 (or 0x7EC022) is known color: Lima. HEX triplet: 7E, C0 and 22. RGB value is (126,192,34). Sum of RGB (Red+Green+Blue) = 126+192+34=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC022 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC022 is #813FDD. Grayscale: #9A9A9A. Windows color (decimal): -8470494 or 2277502. OLE color: 2277502.

HSL color Cylindrical-coordinate representation of color #7EC022: hue angle of 85.06º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7EC022 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 192 34 -
CMYK 0.34 0 0.82 0.25
HSL 85.06º 0.7% 0.44% -
HSV(B) 85.06º 0.82% 0.75% -
XYZ 27.74 42.25 8.21 -
YUV 154.25 60.13 107.85 -
System Red Green Blue C M Y K H S L
Decimal 126 192 34 0.34 0 0.82 0.25 85.06 0.7 0.44
Hex 7E C0 22 22 0 52 19 55 46 2C
Octal 176 300 42 42 0 122 31 125 106 54
Binary 1111110 11000000 100010 100010 0 1010010 11001 1010101 1000110 101100

Color Harmonies of #7EC022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC022

Black with #7EC022

Text Example


Text Example

White with #7EC022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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