Html Css Color HEX #7EB93A Lima

📋 copy color: '#7EB93A'

red 126 ◦ green 185 ◦ blue 58

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

Shades of Lima #7EB93A

Tints of Lima #7EB93A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.72%

R = 34.15%
G = 50.14%
B = 15.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#7EB93A (or 0x7EB93A) is known color: Lima. HEX triplet: 7E, B9 and 3A. RGB value is (126,185,58). Sum of RGB (Red+Green+Blue) = 126+185+58=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 185 (72.66% from 255 or 50.14% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 185 - color contains mainly: green. Hex color #7EB93A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB93A is #8146C5. Grayscale: #999999. Windows color (decimal): -8472262 or 3848574. OLE color: 3848574.

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

Color convert

RGB 126 185 58 -
CMYK 0.32 0 0.69 0.27
HSL 87.87º 0.52% 0.48% -
HSV(B) 87.87º 0.69% 0.73% -
XYZ 26.72 39.44 10.21 -
YUV 152.88 74.45 108.83 -
System Red Green Blue C M Y K H S L
Decimal 126 185 58 0.32 0 0.69 0.27 87.87 0.52 0.48
Hex 7E B9 3A 20 0 45 1B 58 34 30
Octal 176 271 72 40 0 105 33 130 64 60
Binary 1111110 10111001 111010 100000 0 1000101 11011 1011000 110100 110000

Color Harmonies of #7EB93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB93A

Black with #7EB93A

Text Example


Text Example

White with #7EB93A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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