#45D655

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

Shades of Lime Green #45D655

Tints of Lime Green #45D655

Color information

#45D655 (or 0x45D655) is unknown color: approx Lime Green. HEX triplet: 45, D6 and 55. RGB value is (69,214,85). Sum of RGB (Red+Green+Blue) = 69+214+85=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 214 (83.98% from 255 or 58.15% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 214 - color contains mainly: green. Hex color #45D655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D655 is #BA29AA. Grayscale: #9C9C9C. Windows color (decimal): -12200363 or 5625413. OLE color: 5625413.

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

Color convert

RGB6921485-
CMYK0.6800.600.16
HSL126.62º63.88%55.49%-
HSV(B)126.62º67.76%83.92%-
XYZ28.1450.0116.76-
YUV155.9487.9665.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.75%
GREEN value IS 214 (83.98% from 255) = 58.15%
BLUE value IS 85 (33.59% from 255) = 23.10%
R=18.75%
G=58.15%
B=23.10%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal69214850.6800.600.16126.6263.8855.49
Hex45D6554403C107f4037
Octal1053261251040742017710067
Binary1000101110101101010101100010001111001000011111111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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