#7EC331

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

Shades of Lima #7EC331

Tints of Lima #7EC331

Color information

#7EC331 (or 0x7EC331) is unknown color: approx Lima. HEX triplet: 7E, C3 and 31. RGB value is (126,195,49). Sum of RGB (Red+Green+Blue) = 126+195+49=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC331 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC331 is #813CCE. Grayscale: #9E9E9E. Windows color (decimal): -8469711 or 3261310. OLE color: 3261310.

HSL color Cylindrical-coordinate representation of color #7EC331: hue angle of 88.36º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7EC331 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB12619549-
CMYK0.3500.750.24
HSL88.36º59.84%47.84%-
HSV(B)88.36º74.87%76.47%-
XYZ28.6743.699.83-
YUV157.7266.64105.37-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.05%
GREEN value IS 195 (76.56% from 255) = 52.70%
BLUE value IS 49 (19.53% from 255) = 13.24%
R=34.05%
G=52.70%
B=13.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal126195490.3500.750.2488.3659.8447.84
Hex7EC3312304B18583c30
Octal17630361430113301307460
Binary11111101100001111000110001101001011110001011000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,195,49); }

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

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

 a { background-color: rgb(126,195,49); }

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

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

 span { border-color: rgb(126,195,49); }

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