#45DD45

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

Shades of Lime Green #45DD45

Tints of Lime Green #45DD45

Color information

#45DD45 (or 0x45DD45) is unknown color: approx Lime Green. HEX triplet: 45, DD and 45. RGB value is (69,221,69). Sum of RGB (Red+Green+Blue) = 69+221+69=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 221 (86.72% from 255 or 61.56% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 221 - color contains mainly: green. Hex color #45DD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DD45 is #BA22BA. Grayscale: #9E9E9E. Windows color (decimal): -12198587 or 4578629. OLE color: 4578629.

HSL color Cylindrical-coordinate representation of color #45DD45: hue angle of 120º degrees, saturation: 0.69, 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 #45DD45 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB6922169-
CMYK0.6900.690.13
HSL120º69.09%56.86%-
HSV(B)120º68.78%86.67%-
XYZ29.3853.4114.39-
YUV158.2277.6464.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.22%
GREEN value IS 221 (86.72% from 255) = 61.56%
BLUE value IS 69 (27.34% from 255) = 19.22%
R=19.22%
G=61.56%
B=19.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69221690.6900.690.1312069.0956.86
Hex45DD4545045D784539
Octal10533510510501051517010571
Binary1000101110111011000101100010101000101110111110001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,221,69); }

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

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

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

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

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

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

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