#45EC46

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

Shades of Lime Green #45EC46

Tints of Lime Green #45EC46

Color information

#45EC46 (or 0x45EC46) is unknown color: approx Lime Green. HEX triplet: 45, EC and 46. RGB value is (69,236,70). Sum of RGB (Red+Green+Blue) = 69+236+70=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 236 (92.58% from 255 or 62.93% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 236 - color contains mainly: green. Hex color #45EC46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EC46 is #BA13B9. Grayscale: #A7A7A7. Windows color (decimal): -12194746 or 4648005. OLE color: 4648005.

HSL color Cylindrical-coordinate representation of color #45EC46: hue angle of 120.36º 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 #45EC46 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB6923670-
CMYK0.7100.700.07
HSL120.36º81.46%59.8%-
HSV(B)120.36º70.76%92.55%-
XYZ33.5661.715.93-
YUV167.1473.1758-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.4%
GREEN value IS 236 (92.58% from 255) = 62.93%
BLUE value IS 70 (27.73% from 255) = 18.67%
R=18.4%
G=62.93%
B=18.67%

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
Decimal69236700.7100.700.07120.3681.4659.8
Hex45EC4647046778513c
Octal1053541061070106717012174
Binary100010111101100100011010001110100011011111110001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45EC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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