#45E746

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

Shades of Lime Green #45E746

Tints of Lime Green #45E746

Color information

#45E746 (or 0x45E746) is unknown color: approx Lime Green. HEX triplet: 45, E7 and 46. RGB value is (69,231,70). Sum of RGB (Red+Green+Blue) = 69+231+70=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 231 (90.62% from 255 or 62.43% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 231 - color contains mainly: green. Hex color #45E746 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45E746 is #BA18B9. Grayscale: #A4A4A4. Windows color (decimal): -12196026 or 4646725. OLE color: 4646725.

HSL color Cylindrical-coordinate representation of color #45E746: hue angle of 120.37º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E746 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB6923170-
CMYK0.7000.700.09
HSL120.37º77.14%58.82%-
HSV(B)120.37º70.13%90.59%-
XYZ32.1458.8615.46-
YUV164.2174.8360.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.65%
GREEN value IS 231 (90.62% from 255) = 62.43%
BLUE value IS 70 (27.73% from 255) = 18.92%
R=18.65%
G=62.43%
B=18.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal69231700.7000.700.09120.3777.1458.82
Hex45E746460469784d3b
Octal10534710610601061117011573
Binary1000101111001111000110100011001000110100111110001001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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