#45DA4C

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

Shades of Lime Green #45DA4C

Tints of Lime Green #45DA4C

Color information

#45DA4C (or 0x45DA4C) is unknown color: approx Lime Green. HEX triplet: 45, DA and 4C. RGB value is (69,218,76). Sum of RGB (Red+Green+Blue) = 69+218+76=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 218 (85.55% from 255 or 60.06% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 218 - color contains mainly: green. Hex color #45DA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DA4C is #BA25B3. Grayscale: #9D9D9D. Windows color (decimal): -12199348 or 5036613. OLE color: 5036613.

HSL color Cylindrical-coordinate representation of color #45DA4C: hue angle of 122.82º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45DA4C is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB6921876-
CMYK0.6800.650.15
HSL122.82º66.82%56.27%-
HSV(B)122.82º68.35%85.49%-
XYZ28.8351.9315.34-
YUV157.2682.1465.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.01%
GREEN value IS 218 (85.55% from 255) = 60.06%
BLUE value IS 76 (30.08% from 255) = 20.94%
R=19.01%
G=60.06%
B=20.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal69218760.6800.650.15122.8266.8256.27
Hex45DA4C44041F7b4338
Octal10533211410401011717310370
Binary1000101110110101001100100010001000001111111110111000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,218,76); }

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

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

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

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

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

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

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