Html Css Color HEX #7EB20D Lima

📋 copy color: '#7EB20D'

red 126 ◦ green 178 ◦ blue 13

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

Shades of Lima #7EB20D

Tints of Lima #7EB20D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 56.15%

 BLUE value IS 13 (5.47% from 255) = 4.1%

R = 39.75%
G = 56.15%
B = 4.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#7EB20D (or 0x7EB20D) is known color: Lima. HEX triplet: 7E, B2 and 0D. RGB value is (126,178,13). Sum of RGB (Red+Green+Blue) = 126+178+13=317 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.75% from 317); Green value is 178 (69.92% from 255 or 56.15% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 178 - color contains mainly: green. Hex color #7EB20D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EB20D is #814DF2. Grayscale: #909090. Windows color (decimal): -8474099 or 897662. OLE color: 897662.

HSL color Cylindrical-coordinate representation of color #7EB20D: hue angle of 78.91º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7EB20D is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 126 178 13 -
CMYK 0.29 0 0.93 0.30
HSL 78.91º 0.86% 0.37% -
HSV(B) 78.91º 0.93% 0.7% -
XYZ 24.6 36.31 6.09 -
YUV 143.64 54.27 115.42 -
System Red Green Blue C M Y K H S L
Decimal 126 178 13 0.29 0 0.93 0.30 78.91 0.86 0.37
Hex 7E B2 D 1D 0 5D 1E 4F 56 25
Octal 176 262 15 35 0 135 36 117 126 45
Binary 1111110 10110010 1101 11101 0 1011101 11110 1001111 1010110 100101

Color Harmonies of #7EB20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB20D

Black with #7EB20D

Text Example


Text Example

White with #7EB20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,178,13); }

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

background-color css

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

 a { background-color: rgb(126,178,13); }

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

border-color css

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

 span { border-color: rgb(126,178,13); }

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