Html Css Color HEX #7EB534 Lima

📋 copy color: '#7EB534'

red 126 ◦ green 181 ◦ blue 52

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

Shades of Lima #7EB534

Tints of Lima #7EB534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.42%

 BLUE value IS 52 (20.7% from 255) = 14.48%

R = 35.1%
G = 50.42%
B = 14.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#7EB534 (or 0x7EB534) is known color: Lima. HEX triplet: 7E, B5 and 34. RGB value is (126,181,52). Sum of RGB (Red+Green+Blue) = 126+181+52=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 181 (71.09% from 255 or 50.42% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 181 - color contains mainly: green. Hex color #7EB534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB534 is #814ACB. Grayscale: #969696. Windows color (decimal): -8473292 or 3454334. OLE color: 3454334.

HSL color Cylindrical-coordinate representation of color #7EB534: hue angle of 85.58º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7EB534 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 126 181 52 -
CMYK 0.30 0 0.71 0.29
HSL 85.58º 0.55% 0.46% -
HSV(B) 85.58º 0.71% 0.71% -
XYZ 25.75 37.73 9.17 -
YUV 149.85 72.78 110.99 -
System Red Green Blue C M Y K H S L
Decimal 126 181 52 0.30 0 0.71 0.29 85.58 0.55 0.46
Hex 7E B5 34 1E 0 47 1D 56 37 2E
Octal 176 265 64 36 0 107 35 126 67 56
Binary 1111110 10110101 110100 11110 0 1000111 11101 1010110 110111 101110

Color Harmonies of #7EB534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB534

Black with #7EB534

Text Example


Text Example

White with #7EB534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,181,52); }

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

background-color css

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

 a { background-color: rgb(126,181,52); }

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

border-color css

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

 span { border-color: rgb(126,181,52); }

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