#45DF47

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

Shades of Lime Green #45DF47

Tints of Lime Green #45DF47

Color information

#45DF47 (or 0x45DF47) is unknown color: approx Lime Green. HEX triplet: 45, DF and 47. RGB value is (69,223,71). Sum of RGB (Red+Green+Blue) = 69+223+71=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 223 (87.5% from 255 or 61.43% from 363); Blue value is 71 (28.12% from 255 or 19.56% from 363); Max value from RGB is 223 - color contains mainly: green. Hex color #45DF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DF47 is #BA20B8. Grayscale: #A0A0A0. Windows color (decimal): -12198073 or 4710213. OLE color: 4710213.

HSL color Cylindrical-coordinate representation of color #45DF47: hue angle of 120.78º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DF47 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB6922371-
CMYK0.6900.680.13
HSL120.78º70.64%57.25%-
HSV(B)120.78º69.06%87.45%-
XYZ29.9854.514.9-
YUV159.6377.9863.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.01%
GREEN value IS 223 (87.5% from 255) = 61.43%
BLUE value IS 71 (28.12% from 255) = 19.56%
R=19.01%
G=61.43%
B=19.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69223710.6900.680.13120.7870.6457.25
Hex45DF4745044D794739
Octal10533710710501041517110771
Binary1000101110111111000111100010101000100110111110011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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