Html Css Color HEX #7EB934 Lima

📋 copy color: '#7EB934'

red 126 ◦ green 185 ◦ blue 52

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

Shades of Lima #7EB934

Tints of Lima #7EB934

RGB

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

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

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

R = 34.71%
G = 50.96%
B = 14.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#7EB934 (or 0x7EB934) is known color: Lima. HEX triplet: 7E, B9 and 34. RGB value is (126,185,52). Sum of RGB (Red+Green+Blue) = 126+185+52=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 185 (72.66% from 255 or 50.96% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 185 - color contains mainly: green. Hex color #7EB934 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB934 is #8146CB. Grayscale: #989898. Windows color (decimal): -8472268 or 3455358. OLE color: 3455358.

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

Color convert

RGB 126 185 52 -
CMYK 0.32 0 0.72 0.27
HSL 86.62º 0.56% 0.46% -
HSV(B) 86.62º 0.72% 0.73% -
XYZ 26.57 39.38 9.45 -
YUV 152.2 71.45 109.31 -
System Red Green Blue C M Y K H S L
Decimal 126 185 52 0.32 0 0.72 0.27 86.62 0.56 0.46
Hex 7E B9 34 20 0 48 1B 57 38 2E
Octal 176 271 64 40 0 110 33 127 70 56
Binary 1111110 10111001 110100 100000 0 1001000 11011 1010111 111000 101110

Color Harmonies of #7EB934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB934

Black with #7EB934

Text Example


Text Example

White with #7EB934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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