Html Css Color HEX #7EB413 Lima

📋 copy color: '#7EB413'

red 126 ◦ green 180 ◦ blue 19

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

Shades of Lima #7EB413

Tints of Lima #7EB413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.85%

R = 38.77%
G = 55.38%
B = 5.85%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#7EB413 (or 0x7EB413) is known color: Lima. HEX triplet: 7E, B4 and 13. RGB value is (126,180,19). Sum of RGB (Red+Green+Blue) = 126+180+19=325 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.77% from 325); Green value is 180 (70.70% from 255 or 55.38% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 180 - color contains mainly: green. Hex color #7EB413 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB413 is #814BEC. Grayscale: #929292. Windows color (decimal): -8473581 or 1291390. OLE color: 1291390.

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

Color convert

RGB 126 180 19 -
CMYK 0.3 0 0.89 0.29
HSL 80.12º 0.81% 0.39% -
HSV(B) 80.12º 0.89% 0.71% -
XYZ 25.04 37.13 6.46 -
YUV 145.5 56.61 114.09 -
System Red Green Blue C M Y K H S L
Decimal 126 180 19 0.3 0 0.89 0.29 80.12 0.81 0.39
Hex 7E B4 13 1E 0 59 1D 50 51 27
Octal 176 264 23 36 0 131 35 120 121 47
Binary 1111110 10110100 10011 11110 0 1011001 11101 1010000 1010001 100111

Color Harmonies of #7EB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB413

Black with #7EB413

Text Example


Text Example

White with #7EB413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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