Html Css Color HEX #7EB40D Lima

📋 copy color: '#7EB40D'

red 126 ◦ green 180 ◦ blue 13

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

Shades of Lima #7EB40D

Tints of Lima #7EB40D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.43%

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

R = 39.5%
G = 56.43%
B = 4.08%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#7EB40D (or 0x7EB40D) is known color: Lima. HEX triplet: 7E, B4 and 0D. RGB value is (126,180,13). Sum of RGB (Red+Green+Blue) = 126+180+13=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 180 (70.70% from 255 or 56.43% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 180 - color contains mainly: green. Hex color #7EB40D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB40D is #814BF2. Grayscale: #919191. Windows color (decimal): -8473587 or 898174. OLE color: 898174.

HSL color Cylindrical-coordinate representation of color #7EB40D: hue angle of 79.4º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7EB40D is Cyan = 0.3, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 126 180 13 -
CMYK 0.3 0 0.93 0.29
HSL 79.4º 0.87% 0.38% -
HSV(B) 79.4º 0.93% 0.71% -
XYZ 25 37.11 6.23 -
YUV 144.82 53.61 114.58 -
System Red Green Blue C M Y K H S L
Decimal 126 180 13 0.3 0 0.93 0.29 79.4 0.87 0.38
Hex 7E B4 D 1E 0 5D 1D 4F 57 26
Octal 176 264 15 36 0 135 35 117 127 46
Binary 1111110 10110100 1101 11110 0 1011101 11101 1001111 1010111 100110

Color Harmonies of #7EB40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB40D

Black with #7EB40D

Text Example


Text Example

White with #7EB40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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