Html Css Color HEX #7EBC1A Lima

📋 copy color: '#7EBC1A'

red 126 ◦ green 188 ◦ blue 26

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

Shades of Lima #7EBC1A

Tints of Lima #7EBC1A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.29%

 BLUE value IS 26 (10.55% from 255) = 7.65%

R = 37.06%
G = 55.29%
B = 7.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#7EBC1A (or 0x7EBC1A) is known color: Lima. HEX triplet: 7E, BC and 1A. RGB value is (126,188,26). Sum of RGB (Red+Green+Blue) = 126+188+26=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 188 (73.83% from 255 or 55.29% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBC1A is #8143E5. Grayscale: #979797. Windows color (decimal): -8471526 or 1752190. OLE color: 1752190.

HSL color Cylindrical-coordinate representation of color #7EBC1A: hue angle of 82.96º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7EBC1A is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 188 26 -
CMYK 0.33 0 0.86 0.26
HSL 82.96º 0.76% 0.42% -
HSV(B) 82.96º 0.86% 0.74% -
XYZ 26.77 40.48 7.38 -
YUV 150.99 57.46 110.17 -
System Red Green Blue C M Y K H S L
Decimal 126 188 26 0.33 0 0.86 0.26 82.96 0.76 0.42
Hex 7E BC 1A 21 0 56 1A 53 4C 2A
Octal 176 274 32 41 0 126 32 123 114 52
Binary 1111110 10111100 11010 100001 0 1010110 11010 1010011 1001100 101010

Color Harmonies of #7EBC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBC1A

Black with #7EBC1A

Text Example


Text Example

White with #7EBC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,188,26); }

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

background-color css

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

 a { background-color: rgb(126,188,26); }

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

border-color css

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

 span { border-color: rgb(126,188,26); }

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