Html Css Color HEX #7EBA3A Lima

📋 copy color: '#7EBA3A'

red 126 ◦ green 186 ◦ blue 58

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

Shades of Lima #7EBA3A

Tints of Lima #7EBA3A

RGB

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

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

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

R = 34.05%
G = 50.27%
B = 15.68%

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

#7EBA3A (or 0x7EBA3A) is known color: Lima. HEX triplet: 7E, BA and 3A. RGB value is (126,186,58). Sum of RGB (Red+Green+Blue) = 126+186+58=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 58 (23.05% from 255 or 15.68% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBA3A is #8145C5. Grayscale: #999999. Windows color (decimal): -8472006 or 3848830. OLE color: 3848830.

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

Color convert

RGB 126 186 58 -
CMYK 0.32 0 0.69 0.27
HSL 88.13º 0.52% 0.48% -
HSV(B) 88.13º 0.69% 0.73% -
XYZ 26.93 39.86 10.28 -
YUV 153.47 74.12 108.41 -
System Red Green Blue C M Y K H S L
Decimal 126 186 58 0.32 0 0.69 0.27 88.13 0.52 0.48
Hex 7E BA 3A 20 0 45 1B 58 34 30
Octal 176 272 72 40 0 105 33 130 64 60
Binary 1111110 10111010 111010 100000 0 1000101 11011 1011000 110100 110000

Color Harmonies of #7EBA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBA3A

Black with #7EBA3A

Text Example


Text Example

White with #7EBA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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