Html Css Color HEX #7EB93D Lima

📋 copy color: '#7EB93D'

red 126 ◦ green 185 ◦ blue 61

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

Shades of Lima #7EB93D

Tints of Lima #7EB93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.4%

R = 33.87%
G = 49.73%
B = 16.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#7EB93D (or 0x7EB93D) is known color: Lima. HEX triplet: 7E, B9 and 3D. RGB value is (126,185,61). Sum of RGB (Red+Green+Blue) = 126+185+61=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 185 (72.66% from 255 or 49.73% from 372); Blue value is 61 (24.22% from 255 or 16.40% from 372); Max value from RGB is 185 - color contains mainly: green. Hex color #7EB93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB93D is #8146C2. Grayscale: #999999. Windows color (decimal): -8472259 or 4045182. OLE color: 4045182.

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

Color convert

RGB 126 185 61 -
CMYK 0.32 0 0.67 0.27
HSL 88.55º 0.5% 0.48% -
HSV(B) 88.55º 0.67% 0.73% -
XYZ 26.8 39.47 10.62 -
YUV 153.22 75.95 108.58 -
System Red Green Blue C M Y K H S L
Decimal 126 185 61 0.32 0 0.67 0.27 88.55 0.5 0.48
Hex 7E B9 3D 20 0 43 1B 59 32 30
Octal 176 271 75 40 0 103 33 131 62 60
Binary 1111110 10111001 111101 100000 0 1000011 11011 1011001 110010 110000

Color Harmonies of #7EB93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB93D

Black with #7EB93D

Text Example


Text Example

White with #7EB93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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