#7EBE35

Color #7EBE35 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7EBE35

Tints of Lima #7EBE35

Color information

#7EBE35 (or 0x7EBE35) is unknown color: approx Lima. HEX triplet: 7E, BE and 35. RGB value is (126,190,53). Sum of RGB (Red+Green+Blue) = 126+190+53=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 190 (74.61% from 255 or 51.49% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBE35 is #8141CA. Grayscale: #9B9B9B. Windows color (decimal): -8470987 or 3522174. OLE color: 3522174.

HSL color Cylindrical-coordinate representation of color #7EBE35: hue angle of 88.03º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7EBE35 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB12619053-
CMYK0.3400.720.25
HSL88.03º56.38%47.65%-
HSV(B)88.03º72.11%74.51%-
XYZ27.6641.529.92-
YUV155.2570.3107.14-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.15%
GREEN value IS 190 (74.61% from 255) = 51.49%
BLUE value IS 53 (21.09% from 255) = 14.36%
R=34.15%
G=51.49%
B=14.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126190530.3400.720.2588.0356.3847.65
Hex7EBE352204819583830
Octal17627665420110311307060
Binary11111101011111011010110001001001000110011011000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EBE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,190,53); }

 H1.HeaderClassName
 {
   color: #7EBE35;
 }
 .AnyTagClassName
 {
   color: #7EBE35;
 }
</style>
background-color css

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

 a { background-color: rgb(126,190,53); }

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

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

 span { border-color: rgb(126,190,53); }

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