#45EC47

Color #45EC47 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #45EC47

Tints of Lime Green #45EC47

Color information

#45EC47 (or 0x45EC47) is unknown color: approx Lime Green. HEX triplet: 45, EC and 47. RGB value is (69,236,71). Sum of RGB (Red+Green+Blue) = 69+236+71=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 236 (92.58% from 255 or 62.77% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 236 - color contains mainly: green. Hex color #45EC47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EC47 is #BA13B8. Grayscale: #A7A7A7. Windows color (decimal): -12194745 or 4713541. OLE color: 4713541.

HSL color Cylindrical-coordinate representation of color #45EC47: hue angle of 120.72º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EC47 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB6923671-
CMYK0.7100.700.07
HSL120.72º81.46%59.8%-
HSV(B)120.72º70.76%92.55%-
XYZ33.5961.7116.1-
YUV167.2673.6757.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.35%
GREEN value IS 236 (92.58% from 255) = 62.77%
BLUE value IS 71 (28.12% from 255) = 18.88%
R=18.35%
G=62.77%
B=18.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal69236710.7100.700.07120.7281.4659.8
Hex45EC4747046779513c
Octal1053541071070106717112174
Binary100010111101100100011110001110100011011111110011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45EC47; }

 p { color: rgb(69,236,71); }

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

<style>
 a { background-color: #45EC47; }

 a { background-color: rgb(69,236,71); }

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

<style>
 span { border-color: #45EC47; }

 span { border-color: rgb(69,236,71); }

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