Html Css Color HEX #7EB82D Lima

📋 copy color: '#7EB82D'

red 126 ◦ green 184 ◦ blue 45

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

Shades of Lima #7EB82D

Tints of Lima #7EB82D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.83%

 BLUE value IS 45 (17.97% from 255) = 12.68%

R = 35.49%
G = 51.83%
B = 12.68%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#7EB82D (or 0x7EB82D) is known color: Lima. HEX triplet: 7E, B8 and 2D. RGB value is (126,184,45). Sum of RGB (Red+Green+Blue) = 126+184+45=355 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.49% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #7EB82D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB82D is #8147D2. Grayscale: #979797. Windows color (decimal): -8472531 or 2996350. OLE color: 2996350.

HSL color Cylindrical-coordinate representation of color #7EB82D: hue angle of 85.04º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7EB82D is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 126 184 45 -
CMYK 0.32 0 0.76 0.28
HSL 85.04º 0.61% 0.45% -
HSV(B) 85.04º 0.76% 0.72% -
XYZ 26.22 38.91 8.61 -
YUV 150.81 68.28 110.3 -
System Red Green Blue C M Y K H S L
Decimal 126 184 45 0.32 0 0.76 0.28 85.04 0.61 0.45
Hex 7E B8 2D 20 0 4C 1C 55 3D 2D
Octal 176 270 55 40 0 114 34 125 75 55
Binary 1111110 10111000 101101 100000 0 1001100 11100 1010101 111101 101101

Color Harmonies of #7EB82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB82D

Black with #7EB82D

Text Example


Text Example

White with #7EB82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,184,45); }

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

background-color css

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

 a { background-color: rgb(126,184,45); }

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

border-color css

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

 span { border-color: rgb(126,184,45); }

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