#45E155

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

Shades of Lime Green #45E155

Tints of Lime Green #45E155

Color information

#45E155 (or 0x45E155) is unknown color: approx Lime Green. HEX triplet: 45, E1 and 55. RGB value is (69,225,85). Sum of RGB (Red+Green+Blue) = 69+225+85=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 225 (88.28% from 255 or 59.37% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 225 - color contains mainly: green. Hex color #45E155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E155 is #BA1EAA. Grayscale: #A2A2A2. Windows color (decimal): -12197547 or 5628229. OLE color: 5628229.

HSL color Cylindrical-coordinate representation of color #45E155: hue angle of 126.15º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E155 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB6922585-
CMYK0.6900.620.12
HSL126.15º72.22%57.65%-
HSV(B)126.15º69.33%88.24%-
XYZ31.0255.7717.72-
YUV162.484.3261.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.21%
GREEN value IS 225 (88.28% from 255) = 59.37%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=18.21%
G=59.37%
B=22.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal69225850.6900.620.12126.1572.2257.65
Hex45E1554503EC7e483a
Octal1053411251050761417611072
Binary100010111100001101010110001010111110110011111101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45E155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,225,85); }

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

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

 a { background-color: rgb(69,225,85); }

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

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

 span { border-color: rgb(69,225,85); }

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