Html Css Color HEX #7EC02C Lima

📋 copy color: '#7EC02C'

red 126 ◦ green 192 ◦ blue 44

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

Shades of Lima #7EC02C

Tints of Lima #7EC02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.15%

R = 34.81%
G = 53.04%
B = 12.15%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#7EC02C (or 0x7EC02C) is known color: Lima. HEX triplet: 7E, C0 and 2C. RGB value is (126,192,44). Sum of RGB (Red+Green+Blue) = 126+192+44=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC02C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC02C is #813FD3. Grayscale: #9B9B9B. Windows color (decimal): -8470484 or 2932862. OLE color: 2932862.

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

Color convert

RGB 126 192 44 -
CMYK 0.34 0 0.77 0.25
HSL 86.76º 0.63% 0.46% -
HSV(B) 86.76º 0.77% 0.75% -
XYZ 27.91 42.32 9.08 -
YUV 155.39 65.13 107.03 -
System Red Green Blue C M Y K H S L
Decimal 126 192 44 0.34 0 0.77 0.25 86.76 0.63 0.46
Hex 7E C0 2C 22 0 4D 19 57 3F 2E
Octal 176 300 54 42 0 115 31 127 77 56
Binary 1111110 11000000 101100 100010 0 1001101 11001 1010111 111111 101110

Color Harmonies of #7EC02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC02C

Black with #7EC02C

Text Example


Text Example

White with #7EC02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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