Html Css Color HEX #7EAD07 Lima

📋 copy color: '#7EAD07'

red 126 ◦ green 173 ◦ blue 7

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

Shades of Lima #7EAD07

Tints of Lima #7EAD07

RGB

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

 GREEN value IS 173 (67.97% from 255) = 56.54%

 BLUE value IS 7 (3.13% from 255) = 2.29%

R = 41.18%
G = 56.54%
B = 2.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.32

RGB Variations

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

Color information

#7EAD07 (or 0x7EAD07) is known color: Lima. HEX triplet: 7E, AD and 07. RGB value is (126,173,7). Sum of RGB (Red+Green+Blue) = 126+173+7=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAD07 is #8152F8. Grayscale: #8C8C8C. Windows color (decimal): -8475385 or 503166. OLE color: 503166.

HSL color Cylindrical-coordinate representation of color #7EAD07: hue angle of 76.99º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7EAD07 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.32.

Color convert

RGB 126 173 7 -
CMYK 0.27 0 0.96 0.32
HSL 76.99º 0.92% 0.35% -
HSV(B) 76.99º 0.96% 0.68% -
XYZ 23.59 34.34 5.59 -
YUV 140.02 52.93 118 -
System Red Green Blue C M Y K H S L
Decimal 126 173 7 0.27 0 0.96 0.32 76.99 0.92 0.35
Hex 7E AD 7 1B 0 60 20 4D 5C 23
Octal 176 255 7 33 0 140 40 115 134 43
Binary 1111110 10101101 111 11011 0 1100000 100000 1001101 1011100 100011

Color Harmonies of #7EAD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAD07

Black with #7EAD07

Text Example


Text Example

White with #7EAD07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,173,7); }

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

background-color css

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

 a { background-color: rgb(126,173,7); }

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

border-color css

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

 span { border-color: rgb(126,173,7); }

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