#45D649

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

Shades of Lime Green #45D649

Tints of Lime Green #45D649

Color information

#45D649 (or 0x45D649) is unknown color: approx Lime Green. HEX triplet: 45, D6 and 49. RGB value is (69,214,73). Sum of RGB (Red+Green+Blue) = 69+214+73=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #45D649 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D649 is #BA29B6. Grayscale: #9A9A9A. Windows color (decimal): -12200375 or 4838981. OLE color: 4838981.

HSL color Cylindrical-coordinate representation of color #45D649: hue angle of 121.66º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D649 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB6921473-
CMYK0.6800.660.16
HSL121.66º63.88%55.49%-
HSV(B)121.66º67.76%83.92%-
XYZ27.749.8414.46-
YUV154.5781.9666.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.38%
GREEN value IS 214 (83.98% from 255) = 60.11%
BLUE value IS 73 (28.91% from 255) = 20.51%
R=19.38%
G=60.11%
B=20.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69214730.6800.660.16121.6663.8855.49
Hex45D64944042107a4037
Octal10532611110401022017210067
Binary10001011101011010010011000100010000101000011110101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,214,73); }

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

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

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

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

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

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

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