Html Css Color HEX #7EBA3D Lima

📋 copy color: '#7EBA3D'

red 126 ◦ green 186 ◦ blue 61

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

Shades of Lima #7EBA3D

Tints of Lima #7EBA3D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.87%

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

R = 33.78%
G = 49.87%
B = 16.35%

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

#7EBA3D (or 0x7EBA3D) is known color: Lima. HEX triplet: 7E, BA and 3D. RGB value is (126,186,61). Sum of RGB (Red+Green+Blue) = 126+186+61=373 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.78% from 373); Green value is 186 (73.05% from 255 or 49.87% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBA3D is #8145C2. Grayscale: #9A9A9A. Windows color (decimal): -8472003 or 4045438. OLE color: 4045438.

HSL color Cylindrical-coordinate representation of color #7EBA3D: hue angle of 88.8º degrees, saturation: 0.51, 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 #7EBA3D is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 186 61 -
CMYK 0.32 0 0.67 0.27
HSL 88.8º 0.51% 0.48% -
HSV(B) 88.8º 0.67% 0.73% -
XYZ 27.01 39.89 10.69 -
YUV 153.81 75.62 108.16 -
System Red Green Blue C M Y K H S L
Decimal 126 186 61 0.32 0 0.67 0.27 88.8 0.51 0.48
Hex 7E BA 3D 20 0 43 1B 59 33 30
Octal 176 272 75 40 0 103 33 131 63 60
Binary 1111110 10111010 111101 100000 0 1000011 11011 1011001 110011 110000

Color Harmonies of #7EBA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBA3D

Black with #7EBA3D

Text Example


Text Example

White with #7EBA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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