#45D141

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

Shades of Lime Green #45D141

Tints of Lime Green #45D141

Color information

#45D141 (or 0x45D141) is unknown color: approx Lime Green. HEX triplet: 45, D1 and 41. RGB value is (69,209,65). Sum of RGB (Red+Green+Blue) = 69+209+65=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 209 (82.03% from 255 or 60.93% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 209 - color contains mainly: green. Hex color #45D141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D141 is #BA2EBE. Grayscale: #979797. Windows color (decimal): -12201663 or 4313413. OLE color: 4313413.

HSL color Cylindrical-coordinate representation of color #45D141: hue angle of 118.33º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45D141 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB6920965-
CMYK0.6700.690.18
HSL118.33º61.02%53.73%-
HSV(B)118.33º68.9%81.96%-
XYZ26.2147.2512.74-
YUV150.7279.6269.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.12%
GREEN value IS 209 (82.03% from 255) = 60.93%
BLUE value IS 65 (25.78% from 255) = 18.95%
R=20.12%
G=60.93%
B=18.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal69209650.6700.690.18118.3361.0253.73
Hex45D1414304512763d36
Octal1053211011030105221667566
Binary1000101110100011000001100001101000101100101110110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,209,65); }

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

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

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

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

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

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

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