Html Css Color HEX #7EB90E Lima

📋 copy color: '#7EB90E'

red 126 ◦ green 185 ◦ blue 14

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

Shades of Lima #7EB90E

Tints of Lima #7EB90E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.92%

 BLUE value IS 14 (5.86% from 255) = 4.31%

R = 38.77%
G = 56.92%
B = 4.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#7EB90E (or 0x7EB90E) is known color: Lima. HEX triplet: 7E, B9 and 0E. RGB value is (126,185,14). Sum of RGB (Red+Green+Blue) = 126+185+14=325 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.77% from 325); Green value is 185 (72.66% from 255 or 56.92% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 185 - color contains mainly: green. Hex color #7EB90E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB90E is #8146F1. Grayscale: #949494. Windows color (decimal): -8472306 or 964990. OLE color: 964990.

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

Color convert

RGB 126 185 14 -
CMYK 0.32 0 0.92 0.27
HSL 80.7º 0.86% 0.39% -
HSV(B) 80.7º 0.92% 0.73% -
XYZ 26.03 39.17 6.6 -
YUV 147.87 52.45 112.4 -
System Red Green Blue C M Y K H S L
Decimal 126 185 14 0.32 0 0.92 0.27 80.7 0.86 0.39
Hex 7E B9 E 20 0 5C 1B 51 56 27
Octal 176 271 16 40 0 134 33 121 126 47
Binary 1111110 10111001 1110 100000 0 1011100 11011 1010001 1010110 100111

Color Harmonies of #7EB90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB90E

Black with #7EB90E

Text Example


Text Example

White with #7EB90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,185,14); }

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

background-color css

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

 a { background-color: rgb(126,185,14); }

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

border-color css

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

 span { border-color: rgb(126,185,14); }

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