#45F544

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

Shades of Lime Green #45F544

Tints of Lime Green #45F544

Color information

#45F544 (or 0x45F544) is unknown color: approx Lime Green. HEX triplet: 45, F5 and 44. RGB value is (69,245,68). Sum of RGB (Red+Green+Blue) = 69+245+68=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 245 (96.09% from 255 or 64.14% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 245 - color contains mainly: green. Hex color #45F544 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F544 is #BA0ABB. Grayscale: #ACACAC. Windows color (decimal): -12192444 or 4519237. OLE color: 4519237.

HSL color Cylindrical-coordinate representation of color #45F544: hue angle of 119.66º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F544 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB6924568-
CMYK0.7200.720.04
HSL119.66º89.85%61.37%-
HSV(B)119.66º72.24%96.08%-
XYZ36.1566.9916.49-
YUV172.269.1954.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.06%
GREEN value IS 245 (96.09% from 255) = 64.14%
BLUE value IS 68 (26.95% from 255) = 17.80%
R=18.06%
G=64.14%
B=17.80%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal69245680.7200.720.04119.6689.8561.37
Hex45F544480484785a3d
Octal1053651041100110417013275
Binary100010111110101100010010010000100100010011110001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45F544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,245,68); }

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

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

 a { background-color: rgb(69,245,68); }

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

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

 span { border-color: rgb(69,245,68); }

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