Html Css Color HEX #7EB90D Lima

📋 copy color: '#7EB90D'

red 126 ◦ green 185 ◦ blue 13

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

Shades of Lima #7EB90D

Tints of Lima #7EB90D

RGB

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

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

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

R = 38.89%
G = 57.1%
B = 4.01%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#7EB90D (or 0x7EB90D) is known color: Lima. HEX triplet: 7E, B9 and 0D. RGB value is (126,185,13). Sum of RGB (Red+Green+Blue) = 126+185+13=324 (42% of max value = 765). Red value is 126 (49.61% from 255 or 38.89% from 324); Green value is 185 (72.66% from 255 or 57.10% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 185 - color contains mainly: green. Hex color #7EB90D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB90D is #8146F2. Grayscale: #949494. Windows color (decimal): -8472307 or 899454. OLE color: 899454.

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

Color convert

RGB 126 185 13 -
CMYK 0.32 0 0.93 0.27
HSL 80.58º 0.87% 0.39% -
HSV(B) 80.58º 0.93% 0.73% -
XYZ 26.03 39.16 6.57 -
YUV 147.75 51.95 112.49 -
System Red Green Blue C M Y K H S L
Decimal 126 185 13 0.32 0 0.93 0.27 80.58 0.87 0.39
Hex 7E B9 D 20 0 5D 1B 51 57 27
Octal 176 271 15 40 0 135 33 121 127 47
Binary 1111110 10111001 1101 100000 0 1011101 11011 1010001 1010111 100111

Color Harmonies of #7EB90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB90D

Black with #7EB90D

Text Example


Text Example

White with #7EB90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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