Html Css Color HEX #7EC01E Lima

📋 copy color: '#7EC01E'

red 126 ◦ green 192 ◦ blue 30

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

Shades of Lima #7EC01E

Tints of Lima #7EC01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.62%

R = 36.21%
G = 55.17%
B = 8.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#7EC01E (or 0x7EC01E) is known color: Lima. HEX triplet: 7E, C0 and 1E. RGB value is (126,192,30). Sum of RGB (Red+Green+Blue) = 126+192+30=348 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36.21% from 348); Green value is 192 (75.39% from 255 or 55.17% from 348); Blue value is 30 (12.11% from 255 or 8.62% from 348); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC01E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC01E is #813FE1. Grayscale: #9A9A9A. Windows color (decimal): -8470498 or 2015358. OLE color: 2015358.

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

Color convert

RGB 126 192 30 -
CMYK 0.34 0 0.84 0.25
HSL 84.44º 0.73% 0.44% -
HSV(B) 84.44º 0.84% 0.75% -
XYZ 27.69 42.23 7.92 -
YUV 153.8 58.13 108.17 -
System Red Green Blue C M Y K H S L
Decimal 126 192 30 0.34 0 0.84 0.25 84.44 0.73 0.44
Hex 7E C0 1E 22 0 54 19 54 49 2C
Octal 176 300 36 42 0 124 31 124 111 54
Binary 1111110 11000000 11110 100010 0 1010100 11001 1010100 1001001 101100

Color Harmonies of #7EC01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC01E

Black with #7EC01E

Text Example


Text Example

White with #7EC01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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