Html Css Color HEX #7EC01B Lima

📋 copy color: '#7EC01B'

red 126 ◦ green 192 ◦ blue 27

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

Shades of Lima #7EC01B

Tints of Lima #7EC01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.83%

R = 36.52%
G = 55.65%
B = 7.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#7EC01B (or 0x7EC01B) is known color: Lima. HEX triplet: 7E, C0 and 1B. RGB value is (126,192,27). Sum of RGB (Red+Green+Blue) = 126+192+27=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 192 (75.39% from 255 or 55.65% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC01B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC01B is #813FE4. Grayscale: #9A9A9A. Windows color (decimal): -8470501 or 1818750. OLE color: 1818750.

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

Color convert

RGB 126 192 27 -
CMYK 0.34 0 0.86 0.25
HSL 84º 0.75% 0.43% -
HSV(B) 84º 0.86% 0.75% -
XYZ 27.65 42.21 7.73 -
YUV 153.46 56.63 108.42 -
System Red Green Blue C M Y K H S L
Decimal 126 192 27 0.34 0 0.86 0.25 84 0.75 0.43
Hex 7E C0 1B 22 0 56 19 54 4B 2B
Octal 176 300 33 42 0 126 31 124 113 53
Binary 1111110 11000000 11011 100010 0 1010110 11001 1010100 1001011 101011

Color Harmonies of #7EC01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC01B

Black with #7EC01B

Text Example


Text Example

White with #7EC01B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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