#7EB201

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

Shades of Lima #7EB201

Tints of Lima #7EB201

Color information

#7EB201 (or 0x7EB201) is unknown color: approx Lima. HEX triplet: 7E, B2 and 01. RGB value is (126,178,1). Sum of RGB (Red+Green+Blue) = 126+178+1=305 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.31% from 305); Green value is 178 (69.92% from 255 or 58.36% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 178 - color contains mainly: green. Hex color #7EB201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EB201 is #814DFE. Grayscale: #8E8E8E. Windows color (decimal): -8474111 or 111230. OLE color: 111230.

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

Color convert

RGB1261781-
CMYK0.2900.990.30
HSL77.63º98.88%35.1%-
HSV(B)77.63º99.44%69.8%-
XYZ24.5336.285.74-
YUV142.2748.27116.39-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.31%
GREEN value IS 178 (69.92% from 255) = 58.36%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=41.31%
G=58.36%
B=0.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal12617810.2900.990.3077.6398.8835.1
Hex7EB211D0631E4e6323
Octal17626213501433611614343
Binary111111010110010111101011000111111010011101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,178,1); }

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

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

 a { background-color: rgb(126,178,1); }

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

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

 span { border-color: rgb(126,178,1); }

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