#45D54D

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

Shades of Lime Green #45D54D

Tints of Lime Green #45D54D

Color information

#45D54D (or 0x45D54D) is unknown color: approx Lime Green. HEX triplet: 45, D5 and 4D. RGB value is (69,213,77). Sum of RGB (Red+Green+Blue) = 69+213+77=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 213 (83.59% from 255 or 59.33% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 213 - color contains mainly: green. Hex color #45D54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D54D is #BA2AB2. Grayscale: #9A9A9A. Windows color (decimal): -12200627 or 5100869. OLE color: 5100869.

HSL color Cylindrical-coordinate representation of color #45D54D: hue angle of 123.33º degrees, saturation: 0.63, 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 #45D54D is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB6921377-
CMYK0.6800.640.16
HSL123.33º63.16%55.29%-
HSV(B)123.33º67.61%83.53%-
XYZ27.5949.3915.1-
YUV154.4484.2967.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.22%
GREEN value IS 213 (83.59% from 255) = 59.33%
BLUE value IS 77 (30.47% from 255) = 21.45%
R=19.22%
G=59.33%
B=21.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69213770.6800.640.16123.3363.1655.29
Hex45D54D44040107b3f37
Octal1053251151040100201737767
Binary1000101110101011001101100010001000000100001111011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,213,77); }

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

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

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

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

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

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

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