Html Css Color HEX #7EB93C Lima

📋 copy color: '#7EB93C'

red 126 ◦ green 185 ◦ blue 60

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

Shades of Lima #7EB93C

Tints of Lima #7EB93C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.17%

R = 33.96%
G = 49.87%
B = 16.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#7EB93C (or 0x7EB93C) is known color: Lima. HEX triplet: 7E, B9 and 3C. RGB value is (126,185,60). Sum of RGB (Red+Green+Blue) = 126+185+60=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 185 (72.66% from 255 or 49.87% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 185 - color contains mainly: green. Hex color #7EB93C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB93C is #8146C3. Grayscale: #999999. Windows color (decimal): -8472260 or 3979646. OLE color: 3979646.

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

Color convert

RGB 126 185 60 -
CMYK 0.32 0 0.68 0.27
HSL 88.32º 0.51% 0.48% -
HSV(B) 88.32º 0.68% 0.73% -
XYZ 26.77 39.46 10.48 -
YUV 153.11 75.45 108.66 -
System Red Green Blue C M Y K H S L
Decimal 126 185 60 0.32 0 0.68 0.27 88.32 0.51 0.48
Hex 7E B9 3C 20 0 44 1B 58 33 30
Octal 176 271 74 40 0 104 33 130 63 60
Binary 1111110 10111001 111100 100000 0 1000100 11011 1011000 110011 110000

Color Harmonies of #7EB93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB93C

Black with #7EB93C

Text Example


Text Example

White with #7EB93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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